We've analyzed and compared the top 2 API providers supporting Developer-First for Nigerian developers and businesses. Find the right infrastructure fit for your startup below.
Written by Editorial Staffs as at 5th August, 2026
← Swipe to compare all 2 APIs →
Persona is a flexible identity verification and compliance platform that enables businesses to build custom KYC (Know Your Customer) workflows combining government ID verification, biometric liveness checks, database lookups, phone/email verification, and AML screening — all configurable through a no-code workflow builder without requiring engineering changes for each compliance update. Founded in 2018 and headquartered in San Francisco, Persona serves fintech companies, crypto exchanges, marketplaces, lending platforms, and gig economy businesses globally. The platform is notable for its native Nigeria Database Verification module, which checks Nigerian NIN (National Identification Number), BVN (Bank Verification Number), voter registration cards, and driver's licenses directly against authoritative Nigerian government databases — a capability that distinguishes Persona from most global KYC providers who rely on document OCR alone without database cross-referencing. ## What the API Does Persona's API enables developers to trigger, manage, and retrieve identity verifications called "Inquiries." Each Inquiry runs a configurable set of verification steps: document verification (passport, national ID, driver's license), selfie liveness detection (passive or active), database checks (government, watchlist, phone, email), and business verification (KYB). For Nigerian users specifically, the Nigeria Database Verification product cross-references the user's submitted identity data against Nigerian government records, providing a higher-assurance confirmation than document image analysis alone. The platform's Workflow engine (formerly called "Cases") allows teams to define multi-step verification journeys with conditional logic. For example: if a user submits a voter card that fails OCR, automatically prompt for an alternative document; if a database check returns a sanctions hit, escalate to manual review; if transaction value exceeds a threshold, trigger enhanced due diligence. These rules are configured in Persona's dashboard without code. ## How Developers Use It Integration follows a standard flow: 1. Create an Inquiry using `POST /api/v1/inquiries` — this initializes a verification session for the end user. 2. Redirect the user to Persona's hosted verification flow (URL returned in the response) or embed using the Persona Embedded Flow SDK. 3. The user completes document upload, selfie, and any database check steps within the Persona-hosted UI. 4. Receive results via webhook (`inquiry.completed`, `inquiry.failed`, etc.) when the user finishes, or poll `GET /api/v1/inquiries/{inquiry-id}` for status. 5. Retrieve the full verification report including extracted data, check outcomes, and overall decision from the Inquiry object. Persona also provides a Verifications API for accessing individual check results (document verification report, database check report, selfie report) with granular pass/fail scores and extracted data fields. ## Pricing & Fees Persona uses a pay-per-successful-verification model — you are only charged when a verification completes successfully, not for failed or abandoned sessions. Plans include: - **Essential Plan**: $250/month (annual contract) — includes 500 verifications per month, $1 per additional verification. - **Growth Plan**: Custom pricing based on your verification volume and product mix. Recommended for most growing businesses. - **Enterprise Plan**: Fully custom pricing with dedicated support, SLA guarantees, and volume discounts. A sandbox environment is available immediately after signup for testing. ## Authentication Persona uses API key authentication. Your API key is passed as a Bearer token in the `Authorization: Bearer your_api_key` header on all requests. Persona API keys have environment scopes — sandbox keys work only against the sandbox environment, and live keys are used in production. Webhook payloads include an `X-Persona-Signature` header for payload verification to prevent forgery. ## Rate Limits Persona does not publish specific rate limits in their public documentation. Limits vary by plan tier. Contact Persona's support team to confirm the applicable rate limits for your subscription. ## Nigeria-Specific Capabilities Persona's Nigeria Database Verification is a standout feature for Nigerian developers. It covers: - **NIN Verification**: Cross-check NIN (National Identification Number) against NIMC database records. - **BVN Verification**: Verify the Bank Verification Number against NIBSS records. - **Voter Card Check**: Validate voter registration data against INEC records. - **Driver's License Check**: Verify driver's license data against FRSC records. This level of native database integration means Nigerian fintechs can achieve higher-confidence identity verification than document OCR alone, satisfying CBN's customer due diligence requirements for higher-tier accounts. ## Compliance & Regulations Persona holds ISO 27001 and SOC 2 Type II certifications. The platform supports GDPR, CCPA, and NDPR compliance. Verification workflows align with FATF KYC recommendations and CBN Customer Due Diligence regulations for Nigerian financial institutions. AML screening covers OFAC, UN, EU, UK Treasury, and global PEP databases. For Nigerian fintech clients, Persona's database verification checks provide evidence-based identity confirmation suitable for CBN KYC Tier 2 and Tier 3 requirements. ## Challenges & Gotchas for Nigerian Developers 1. **Nigeria database checks as add-on**: While Persona supports Nigerian database verification, it may be priced as an add-on module on top of the base plan. Confirm availability on your chosen plan. 2. **Essential plan volume limits**: 500 verifications/month on the Essential plan is modest. Growing Nigerian apps with significant onboarding volumes will need to move to Growth pricing quickly. 3. **USD billing only**: Persona charges in USD. Use a USD virtual card or wire transfer for payment. 4. **NDPR biometric data**: Selfie and biometric data captured during Persona verifications qualify as sensitive personal data under NDPR. Ensure your data processing agreement covers Nigerian user biometric data retention and deletion. 5. **Workflow complexity**: Persona's no-code Workflow builder is powerful but has a learning curve. Budget time for workflow configuration and QA testing before going live. ## Company Background Persona was founded in 2018 by Rick Song and Charles Yeh. The company has raised over $200 million in funding from investors including Index Ventures, Coatue, and First Round Capital. Persona is widely used by US and international fintech companies, and its Nigeria support makes it one of the few global KYC platforms with genuine database-level verification for Nigerian identity documents. ## Frequently Asked Questions **Q: Does Persona support Nigerian BVN verification?** A: Yes. Persona's Nigeria Database Verification product supports BVN cross-checking against NIBSS records, NIN against NIMC, voter cards against INEC, and driver's licenses against FRSC. **Q: Can I use Persona without a sales call?** A: Yes. The Essential plan ($250/month) activates after online signup. Growth and Enterprise plans require a sales conversation. **Q: Am I charged for failed verifications?** A: No. Persona only charges for successfully completed verifications — abandoned or failed sessions are not billed. **Q: Is there a free trial?** A: Persona provides a sandbox environment for testing without charge. Production verifications require an active plan.
Alpaca is a US-regulated broker-dealer that provides commission-free trading APIs for both US stocks and cryptocurrencies through a unified REST and WebSocket interface. Alpaca's business model is built around empowering fintech developers and algorithmic traders with brokerage infrastructure — meaning the API is first-class and well-maintained, not a secondary feature of a retail trading platform. Alpaca is a popular choice for US-based developers building trading applications, robo-advisors, and algorithmic trading bots that require a regulated brokerage API. Nigerian developers and users should be clearly aware that Alpaca restricts account registration to the United States and a limited number of other eligible countries. Nigeria is not currently on Alpaca's list of supported countries, so Nigerian residents cannot open live trading accounts or fund accounts to trade real assets. This API entry is documented for completeness and for Nigerian developers who may be building applications for US markets, or who want to use Alpaca's paper trading environment for strategy development and testing purposes. For US-eligible developers, Alpaca's crypto trading API provides access to 25+ cryptocurrency pairs including BTC/USD, ETH/USD, SOL/USD, and other major assets. Commission-free trading means no per-trade fees eat into returns — particularly valuable for algorithmic trading strategies with many small orders. Alpaca routes crypto trades through multiple liquidity providers to seek best execution, and there is no minimum account balance requirement to start trading crypto. The paper trading environment is a critical differentiator: Alpaca provides a complete simulation environment that uses real market data but executes simulated trades with virtual money. The paper trading API is accessible to any developer who creates an Alpaca account — even developers from countries like Nigeria who cannot trade real assets can create a paper trading account for testing and development purposes. This makes Alpaca's paper trading useful for Nigerian developers validating trading strategy logic before deploying to a live exchange. The REST API for crypto covers order placement (market, limit, stop, and bracket orders), open order management, order history, position tracking, and account balance queries. The data API returns real-time and historical OHLCV price data for all supported crypto pairs, with multiple bar resolutions (1 minute, 5 minutes, 1 hour, 1 day). WebSocket streams deliver real-time quote updates, trade events, and account-level order fill notifications. The unified nature of Alpaca's API — covering both US stocks and crypto with the same authentication, endpoint patterns, and WebSocket infrastructure — is a significant advantage for multi-asset application developers. A portfolio management app can manage US equity and crypto positions simultaneously through one API integration, with consistent data formats and authentication. Alpaca also provides a Broker API for platforms that want to offer trading capabilities to their own users — enabling fintech companies to build brokerage products on top of Alpaca's regulatory infrastructure. For US-based Nigerian-diaspora fintech founders building US financial products, the Broker API provides a path to offering both stock and crypto trading to US customers without applying for their own broker-dealer license. Paper trading remains the primary relevant use case for Nigerian developers — the free simulation environment with real market data is genuinely valuable for testing algorithmic trading systems, and the API structure is identical to production, meaning Nigerian developers can build and test complete trading bot implementations against real Alpaca infrastructure before considering production deployment in eligible markets.