Looking for a substitute for Dojah Address Verification API? Check out the top compiled identity & kyc & data validation alternative APIs in the directory. Compare key features, developer experience, authentication methods, and uptime.
Data Validation
EVA (Email Verification API) is a free public email validation service accessible at eva.pingutil.com, designed for developers who need reliable real-time email verification without any per-validation cost or subscription. Unlike most email validation services that charge per check or require a paid plan for production use, EVA is entirely free — with no credit limits, no billing, and no credit card required. The platform handles both single real-time email validation via API and bulk validation through CSV and TXT file uploads, making it suitable for form-level validation at signup and for cleaning larger existing email lists. EVA also implements a smart deduplication policy: if the same email address is validated twice within a 2-day window, no additional credit or charge is incurred (though on this free platform, this primarily means the server skips redundant network lookups for efficiency). ## What the API Does EVA performs standard multi-step email validation: - **Syntax check**: Validates the email address format (characters, @ symbol, domain structure). - **Domain check**: Confirms the email domain exists with valid DNS records. - **MX record check**: Verifies the domain has mail exchange records configured to accept email. - **Mailbox check**: Probes the mail server to confirm the specific mailbox exists without sending an actual email. Results are returned as a JSON object with the validation status and available metadata. The API does not offer spam trap detection or AI-based deliverability scoring — it focuses on the core validity checks. ## Privacy-First Design EVA's standout characteristic is its data minimization policy: the service stores only the minimum necessary information for the shortest possible processing time. Email addresses are not retained in any database after validation completes. This approach is beneficial for developers building applications in compliance with data minimization principles under GDPR and Nigeria's NDPR, where storing validated email records could create unnecessary data liability. ## Bulk Validation Beyond the real-time API, EVA supports bulk validation via file upload — developers and marketers can submit CSV or TXT files containing email lists and receive validated results when processing completes, without needing to write API integration code for batch workflows. ## How Developers Use It 1. Register at eva.pingutil.com and generate an API key. 2. Make a GET request to the validation endpoint with the email address and API key. 3. Parse the JSON response for the validation status. 4. Use the result to accept or reject the email address in your application. Multiple API keys can be generated per account, allowing developers to manage separate keys per application or domain within one EVA account. ## Pricing & Fees EVA is completely free. There are no per-validation costs, no monthly subscription, no credit purchases, and no usage limits published. The service appears to operate as a public utility tool. No credit card is required at any point. ## Authentication API key authentication. Keys are generated in the EVA dashboard after email registration at eva.pingutil.com and passed with each API request. ## Rate Limits Specific rate limits are not publicly documented. As a free public service, extremely high-volume use cases may encounter undocumented limits. For enterprise-scale validation needs, consider a commercial provider (ZeroBounce, Mailgun Validate) alongside EVA for fallback. ## Challenges & Gotchas for Nigerian Developers 1. **No spam trap detection**: EVA does not identify spam trap email addresses — a critical feature for email marketers who need to protect sender reputation. Use ZeroBounce for comprehensive spam trap detection. 2. **No disposable email detection**: EVA does not flag disposable or temporary email addresses (10minutemail, Guerrilla Mail, etc.) — supplement with a disposable domain blocklist if this is a concern. 3. **Free tier risk for production**: Being a free public service without an SLA, EVA's uptime and response times are not guaranteed. For mission-critical production validation (fintech onboarding, KYC flows), use a paid provider with an SLA. 4. **No AI scoring**: EVA provides binary validity results without deliverability risk scores or confidence percentages. 5. **Limited advanced features**: No inbox testing, no email preview rendering, no email finder — EVA is purely a validation tool. ## Company Background EVA is a free public email validation tool built by PingUtil (pingutil.com), a developer tools provider. The service is positioned as an accessible, cost-free option for individual developers, startups, and side projects that need basic email validation without incurring costs. ## Frequently Asked Questions **Q: Is EVA really completely free?** A: Yes. EVA charges nothing for email validation. There are no hidden per-check fees or subscription requirements. **Q: Can EVA handle bulk email validation?** A: Yes. EVA supports bulk validation via CSV and TXT file upload from the dashboard. **Q: Does EVA store the emails I validate?** A: No. EVA stores only the minimum necessary data for the shortest possible time. Email addresses are not retained after validation. **Q: Is EVA reliable enough for production use?** A: EVA is suitable for low-to-medium volume use cases and projects where some validation failures are acceptable. For high-stakes production flows (fintech KYC, regulated onboarding), consider a paid provider with a documented SLA.
Data Validation
Beem Africa is a pan-African omnichannel communications and payments platform offering APIs for SMS, two-way SMS, USSD, OTP/two-factor verification, airtime top-ups, mobile payments, and conversational messaging across WhatsApp, Facebook, Instagram, and Google Business Messaging. The company, which grew out of the East African market, reports coverage across roughly 22-35+ African countries, direct connections to 55+ mobile network operators, support for over 150 networks globally, and more than 2 billion customer engagements processed through its platform. For developers, Beem's core offering is its SMS API, which allows sending single and bulk messages, requesting delivery reports, and registering sender IDs/names before sending. This sits alongside a USSD API for building interactive menu journeys, an Airtime API for rewarding or topping up customers on 40+ networks, an OTP API for phone verification and 2FA, and a Mobile Payments/Checkout API that Beem markets most heavily for Tanzania. Nigeria is confirmed as a genuine, live SMS destination on Beem's own public coverage and pricing page, not just a generic mention of "Africa." Beem lists Nigeria with granular, country-specific tiered Naira pricing: cheaper marketing/promotional SMS that only reaches non-DND (Do Not Disturb) numbers, and slightly more expensive corporate/transactional SMS that is DND-reachable. This level of per-country DND/pricing detail indicates real, operational SMS routing into Nigerian networks rather than a marketing-only claim. However, Beem's USSD, Airtime, and Mobile Payments pricing tables on that same coverage page do not list Nigeria, so those specific channels are not confirmed as available to Nigerian developers even though they exist as products elsewhere on the platform. Developer access follows a standard signup-then-integrate flow: create a free account at login.beem.africa, obtain an access key and secret key from the dashboard, then call the REST API directly or use an SDK. Beem publishes an official Python SDK (`pip install beem-africa`) covering SMS, OTP, and Airtime, and third-party/community packages exist for other stacks (e.g., a Laravel package wrapping SMS, Airtime, OTP, Checkout, USSD, and Contacts). API documentation lives at docs.beem.africa, alongside a separate lightweight docs mirror that walks through authentication and SDK installation. Pricing for production use is pay-as-you-go: developers purchase SMS credit bundles (via cash, bank transfer, or mobile money) with volume-based tiered rates, and Beem offers custom quotes for large-volume senders. On top of that, Beem runs a startup credits program (for pre-Series A companies founded within the last five years, including in Nigeria) offering thousands of free SMS/WhatsApp messages and free trial periods on USSD/SMS shortcodes, plus free test credits for reseller sign-ups.
Data Validation
ShipEngine is a multi-carrier shipping API aggregating 50+ carriers globally (USPS, UPS, FedEx, DHL, and various regional/local carriers) under a single integration, primarily built for US and international e-commerce but with carrier coverage that extends into African and Nigerian logistics partners as part of its broader carrier network. A single API call returns comparable rate quotes across all connected carriers for a given shipment, and label generation/booking follows the same unified request format regardless of which carrier is ultimately selected. Beyond rate shopping and label printing, ShipEngine provides address validation (catching malformed addresses before a shipment is booked, reducing failed-delivery costs), tracking updates aggregated into one webhook format regardless of carrier, and batch operations for processing large volumes of orders at once — relevant for a marketplace or high-volume e-commerce platform processing hundreds of daily shipments. For Nigerian businesses that ship internationally (exporting products, or a marketplace with both local and cross-border sellers), ShipEngine's primary strength is depth of *international* carrier coverage and address validation for non-Nigerian destinations — for purely domestic Nigerian shipping, a Nigeria-focused aggregator like Shipbubble typically has stronger local carrier relationships and pricing. ShipEngine bills on a per-shipment/API-call basis with a free sandbox for development.
Data Validation, Trading & Currency Exchange
SendByte is a transactional email API built specifically for African developers and businesses, distinguished from global providers like SendGrid, Mailgun, and Resend by fixed Naira-denominated pricing that doesn't move when the exchange rate does — SendByte absorbs the FX risk itself rather than passing dollar-price volatility on to Nigerian customers. The platform is positioned explicitly as "a Naira-priced Resend for Africa," targeting the gap between expensive dollar-billed global email APIs and local options that are mostly no-code dashboards or narrow OTP-token add-ons rather than full transactional email infrastructure. Infrastructure is hosted in Africa rather than a US region, with API ingestion at the Nigerian edge via Cloudflare (~50ms) rather than routing through Virginia or Europe. This matters for Nigerian fintechs and SaaS platforms with NDPR (Nigeria Data Protection Regulation) obligations, since data residency is built into the core product rather than requiring a separate compliance workaround. The platform advertises AES-256 encryption at rest, TLS 1.2+ in transit, and audit logs on every dashboard action. Domain authentication (SPF, DKIM, and DMARC) is generated and verified automatically rather than left to the developer to configure by hand — SendByte provides the DNS records to add, checks them automatically, and manages per-domain sender reputation with a branded Return-Path. New sending domains go through a warm-up period, with real-time status visible in the dashboard rather than being a black box. Deliverability is measured, not just promised: SendByte runs seed inboxes at the major providers Nigerian users actually use (Gmail, Outlook, Yahoo, iCloud Mail, Zoho Mail) and reports where mail actually lands as a dashboard metric, rather than relying on a generic industry-wide deliverability claim. Every email's full lifecycle — queued, sent, delivered (with the actual SMTP response from the receiving server), opened, clicked, bounced, or complained — is visible as a timeline, with open and click tracking available per project (off by default, so OTP and receipt sends can stay untracked for privacy). The API surface is deliberately small: one POST request to send an email, with sub-100ms API response time since delivery itself happens asynchronously. Every lifecycle event (queued, sent, delivered, opened, clicked, bounced, complained) is delivered as an HMAC-signed, replayable webhook, and every API error follows one consistent shape with a link to its own documentation page. Idempotency keys on the send endpoint mean a request can be safely retried without risk of double-sending. A full-parity sandbox mode (using sk_test_ keys) simulates the entire pipeline — including visible logs — without requiring a verified domain or sending real email, letting a developer send their first test email within minutes of signing up. Official typed SDKs are available for Node.js, Python, PHP, and Go, with a Ruby SDK on the public roadmap; a plain REST API (api.sendbyte.africa/v1) covers every language not directly supported. Documentation is hosted on Mintlify with a full API reference, SDK guides, and step-by-step guides for domain verification, webhooks, and idempotency. Billing is Naira-denominated across every tier and paid via Paystack or Flutterwave on a normal Nigerian card, activating within about a second with no invoices to chase. The free tier (3,000 emails/month, no card required) is enough to fully evaluate the product; paid tiers scale from ₦2,000/month up to ₦200,000/month for 1 million emails/month with a 99.9% uptime SLA, and a pay-as-you-go option (₦300 per 1,000 emails, ₦1,000 minimum top-up, balance never expires) suits low-volume production apps that don't want a monthly commitment. Add-ons (dedicated IPs, extra log retention, a custom tracking domain, an NDPR Data Processing Agreement, and managed IP warm-up) are priced the same fixed-Naira way rather than bundled into opaque enterprise tiers.
Data Validation, Development Tools
Smarty (formerly SmartyStreets) is an address validation and intelligence platform offering USPS-certified US address verification, international address validation for 240+ countries including Nigeria, real-time address autocomplete, geocoding, and bulk address processing — all through a clean REST API with SDKs for every major programming language. **What Smarty Does** Smarty provides address intelligence through several distinct API products: **1. US Address Validation** Smarty's core product and industry leader for US addresses. It is CASS (Coding Accuracy Support System) certified by the USPS, meaning it meets the highest standard for US address standardization. It validates and standardizes US addresses, corrects common typos and abbreviations, appends ZIP+4 codes, returns geocoordinates, and flags undeliverable addresses. Essential for any application that ships physical goods to US recipients. **2. International Address Validation** Validates and standardizes addresses in 240+ countries worldwide, including Nigeria. For Nigerian addresses, it verifies state/LGA assignments, standardizes address component ordering, and returns geocoordinates. The international validator uses global postal authority data supplemented by proprietary databases. **3. US Address Autocomplete** A real-time autocomplete API that suggests complete, validated US addresses as users type. Reduces keystrokes, prevents typos, and ensures every address submitted through the autocomplete is already verified. Common integration point: frontend checkout forms. **4. ZIP Code API** Returns information about US ZIP codes: primary city, acceptable city names, state, county, latitude/longitude, timezone, and area code. Can also lookup nearby ZIP codes within a given radius. **5. Bulk Address Processing** Process large address lists via batch API or CSV upload. Returns standardized addresses, geocoordinates, and deliverability scores for each entry. Used for address database cleansing and CRM enrichment. **How Developers Use Smarty** Authentication uses a pair of credentials — Auth-ID and Auth-Token — passed as query parameters or headers: ``` GET https://international-autocomplete.api.smarty.com/v2/lookup?search=12+main+lagos&country=NGA&key=YOUR_AUTH_ID ``` Smarty provides SDKs in 7+ languages: - Java, Python, Node.js, PHP, Ruby, Go, C#/.NET The SDKs handle authentication and serialization, making integration simpler than raw HTTP. Example in Node.js: ```javascript const SmartySDK = require('smartystreets-javascript-sdk'); const core = SmartySDK.core; const client = new core.ClientBuilder(credentials).buildInternationalStreetClient(); const lookup = new SmartySDK.internationalStreet.Lookup('NGA', 'Lagos Island'); const result = await client.send(lookup); ``` **Pricing** Smarty operates on a freemium model: - **Free Tier**: 250 lookups/month. No credit card required. Sufficient for development and testing. - **Starter**: Low monthly fee for a fixed number of lookups - **Professional/Enterprise**: Volume-based pricing, typically $0.001-$0.007 per US address lookup depending on volume. International lookups may be priced differently. - Annual plans available at a discount. For Nigerian applications with modest address validation needs (e.g., validating addresses at user signup), the free tier may be sufficient initially. **Nigeria-Specific Considerations** Nigerian address validation is particularly valuable because Nigerian addresses suffer from significant inconsistency issues: 1. **No standardized format**: A Nigerian address might be written as "5 Admiralty Way, Lekki Phase 1, Lagos" or "5 Admiralty Way, Lekki 1, Lagos State, Nigeria" — both referring to the same location. 2. **Landmark-based addresses**: Many Nigerian addresses reference nearby landmarks rather than street numbers: "Near GTBank, beside Shoprite, Ikeja." 3. **LGA vs. city confusion**: Users often enter neighborhood names, LGA names, and city names interchangeably. 4. **Missing postal codes**: Nigerian postal codes (6-digit format issued by NIPOST) are rarely used or known. Smarty's international validation applies global postal authority data to normalize Nigerian addresses to the extent the underlying data allows. For high-precision Nigerian address resolution (especially for logistics and last-mile delivery), combining Smarty with a Nigerian-specific geocoding solution (like Google Maps, HERE, or Kobo360's address data) gives better results. **US Address Validation for Nigerian Diaspora Businesses** For Nigerian companies with US operations — remittance platforms, diaspora banking, import/export businesses — Smarty's USPS-certified US validation is essential. Validating US recipient addresses before initiating a wire transfer, mailing a document, or shipping a package prevents costly errors and reduces delivery failures. **Address Autocomplete for Checkout UX** Adding Smarty's autocomplete to a checkout form dramatically improves address capture quality. Instead of accepting free-text input (which produces inconsistent, hard-to-route addresses), users receive real-time suggestions from a validated database. For Nigerian e-commerce platforms shipping internationally, this reduces returned packages and incorrect address data in the customer database. **Compliance and Security** Smarty is SOC 2 Type II certified and HIPAA compliant. For Nigerian fintech companies processing address data alongside financial information, these certifications provide assurance about data security practices. Data is encrypted in transit and Smarty maintains detailed audit logs. **Company Background** Smarty (formerly SmartyStreets) is a US-based address intelligence company founded in 2011. It is one of the leading address validation providers in the US market, trusted by enterprise clients across logistics, e-commerce, healthcare, and financial services. The rebrand from SmartyStreets to Smarty reflects the company's expansion beyond US street-level data into international and autocomplete products. The company is privately held and profitable, with strong documentation and responsive developer support. **Alternatives** For US addresses: USPS web tools (free but limited), Lob Address Verification, Melissa Data. For international addresses including Nigeria: Google Maps Address Validation API (best accuracy, paid per call), HERE Address Validation, Loqate (enterprise). For Nigerian-specific solutions: BigDataCloud reverse geocoding (free, good LGA-level data), Nominatim (free, OpenStreetMap-based). Smarty is the best choice when you need a single API covering both high-quality US address validation and international address coverage, with strong SDK support and enterprise-grade compliance certifications.
Identity & KYC, Development Tools
The NIMC NIN API refers to the suite of identity verification services provided by the National Identity Management Commission (NIMC) — the Nigerian government agency responsible for establishing, managing, and maintaining the National Identity Database (NIDB). NIMC is the authoritative source for Nigerian identity data, having enrolled over 100 million Nigerians in its National Identity Management System (NIMS) since its establishment under the NIMC Act of 2007. NIMC provides two primary API products for identity verification: the NIMC Verification Service (NVS) — a SOAP-based enterprise web service for direct database queries — and NINAuth, a newer OAuth 2.0-based digital identity authentication service designed for seamless integration into government and private-sector applications. **NIMC Verification Service (NVS)** NVS is the original NIMC API, exposing Nigeria's National Identity Database as a SOAP (Simple Object Access Protocol) web service. The service provides five levels of data access: - Level 1: Minimum — confirms NIN exists and is valid (name only) - Level 2: Basic demographic data (name, DOB, gender) - Level 3: Extended demographic + contact details - Level 4: Full demographics + enrollment details - Level 5: Maximum — full data including biometric indicators Verification can be performed using three input methods: 1. **NIN-based lookup**: Provide the 11-digit NIN to retrieve identity data 2. **Fingerprint-based verification**: Submit biometric data for fingerprint matching against the NIMC database 3. **Demographic search**: Search by name/DOB combination to locate identity records Access to NVS is secured via dedicated VPN connections, providing an additional layer of security beyond standard HTTPS. This enterprise-grade security posture makes NVS appropriate only for institutional integrators with the technical infrastructure to manage VPN connections. **NINAuth — Modern Digital Identity Authentication** In 2023–2024, NIMC launched NINAuth (ninauth.nimc.gov.ng), a new identity authentication service designed to modernize NIN-based verification. NINAuth uses OAuth 2.0 and is designed for: - Government service portals needing federated Nigerian identity login - Private sector applications wanting NIMC-backed user authentication - Any platform where "Login with NIN" is appropriate NINAuth provides a developer-friendly interface at app.ninauth.nimc.gov.ng/developers and represents NIMC's move toward a more accessible, REST-friendly verification experience. **Tokenization and Virtual NIN (vNIN)** To address data privacy concerns around the raw 11-digit NIN, NIMC introduced vNIN (Virtual NIN) — a tokenized alias generated per-institution that allows verification without exposing or storing the raw NIN. Under NIMC's new policy, no entity in Nigeria is permitted to verify or store the raw 11-digit NIN — they must use vNIN tokens instead. This is a critical compliance requirement for all new NIN verification integrations as of 2024. **Who Can Access NIMC APIs** Direct NIMC NVS access is not self-serve — it requires institutional authorization. The typical path: - CBN-licensed banks, fintechs, insurance companies, and regulated businesses apply to NIMC - Government agencies have institutional data-sharing agreements with NIMC - Most Nigerian startups and SMEs access NIN verification indirectly via licensed aggregators (Prembly, Dojah, Youverify, Smile Identity) who hold NIMC data processor licenses **Pricing** NIMC offers tiered pricing for the NVS: - **SME Service Plans**: Bronze, Silver, Gold — tiered by monthly verification volume - **Enterprise Bulk Purchasing Groups**: Five enterprise tiers for high-volume institutional use Current pricing schedules are available at the NIMC pricing portal (wiki.nimc.gov.ng/en/pricing/enterprises). NINAuth pricing is separate. **NDPR Compliance** All NIMC data access is governed by the Nigeria Data Protection Regulation (NDPR). Organizations accessing NIN data must implement appropriate data protection measures, complete Data Protection Impact Assessments (DPIAs) where required, and must not store raw NINs beyond what is necessary for the immediate verification purpose. **Challenges for Nigerian Developers** The main challenge for Nigerian startup developers is that direct NIMC access requires institutional authorization that most early-stage companies do not have. The SOAP protocol (rather than REST) adds integration complexity for modern web applications. The recommended path for startups is to use a licensed aggregator API (Prembly, Dojah, Youverify) rather than attempting direct NIMC integration — the aggregators have already obtained NIMC licenses and provide modern REST APIs with developer-friendly onboarding. **Frequently Asked Questions** Q: Can a startup developer access NIMC NVS directly? A: Generally no — direct NVS access requires institutional authorization. Use a licensed aggregator like Prembly, Dojah, or Youverify instead. Q: What is vNIN and why does it matter? A: Virtual NIN is a tokenized alias for the raw NIN. NIMC now prohibits storing or sharing the raw 11-digit NIN — all new integrations must use vNIN for compliance. Q: What is NINAuth? A: NINAuth is NIMC's newer OAuth 2.0-based authentication service, providing a more developer-friendly "Login with NIN" capability for government and private-sector portals. Q: Is there a free tier? A: No. NIMC NVS is a paid institutional service. There is no free tier or sandbox environment for NVS. Q: What protocol does NIMC NVS use? A: SOAP (Simple Object Access Protocol), not REST. NINAuth uses REST/OAuth 2.0.
Data Validation, Development Tools
Real-time NIN authentication service for secure digital identity verification. NINAuth allows services to verify citizens' identities without exposing actual NIN data. Supports web, API, and mobile verification with enhanced security and privacy protection.
Data Validation
FHIR (Fast Healthcare Interoperability Resources) is not a single hosted API but an open international standard published by HL7 International for exchanging healthcare information electronically. FHIR defines a common data model and REST API specification for healthcare data — essentially specifying how patient records, diagnoses, medications, lab results, and clinical encounters should be structured and exchanged between different healthcare systems. Any healthcare software that implements the FHIR standard can exchange data with any other FHIR-compliant system, regardless of vendor or platform — making it the foundation for healthcare interoperability globally. **What FHIR Is and Does** FHIR defines a library of data types called "Resources." Each resource represents a discrete piece of clinical information: - **Patient**: Demographic information, identifiers, contacts, language preferences - **Encounter**: Clinical encounters (outpatient visit, inpatient admission, emergency visit) - **Observation**: Vital signs, laboratory results, social history, clinical assessments - **Condition**: Diagnoses and problems on a patient's problem list - **Medication / MedicationRequest**: Medications and prescriptions - **Procedure**: Clinical procedures performed - **Immunization**: Vaccination records - **DiagnosticReport**: Lab and imaging reports - **Claim / ExplanationOfBenefit**: Insurance claims and adjudication - **Coverage**: Health insurance coverage information - **Practitioner / Organization**: Healthcare provider information - **Location**: Physical healthcare facilities The FHIR REST API uses standard HTTP methods: GET to read a resource, POST to create, PUT to update, DELETE to remove. Resources are identified by a URL with a type and ID: `[base]/Patient/123`. **FHIR Versions** FHIR has evolved through several versions: - **DSTU2 (R2)**: Legacy; still in use in some systems - **STU3 (R3)**: Widely deployed in older systems - **R4**: Current standard; most new implementations target R4 - **R5**: Latest; released 2023; gradual adoption For new projects in Nigeria, implement FHIR R4. **SMART on FHIR** SMART on FHIR (Substitutable Medical Applications, Reusable Technologies) extends FHIR with a standardized OAuth 2.0 authorization framework for clinical applications. A SMART app can be launched from inside an EHR and request specific FHIR scopes (e.g., patient/Observation.read) with explicit patient consent. This is the standard for building EHR-embedded clinical apps. **Public FHIR Test Servers** For development, several public FHIR test servers are available for free: - **HAPI FHIR**: hapi.fhir.org — the most popular open-source FHIR server, available publicly for testing. R4 endpoint: `https://hapi.fhir.org/baseR4` - **SMART Health IT Sandbox**: sandbox.smarthealthit.org — SMART on FHIR sandbox with pre-loaded patient data - **Azure API for FHIR**: Microsoft offers a managed FHIR service with a free tier These servers contain synthetic patient data and can be used to prototype FHIR integrations without any real patient data or production agreements. **FHIR in Nigeria's Health Ecosystem** Nigeria's health information systems have historically been fragmented. Patient data is siloed in individual hospitals, often on paper or in incompatible electronic systems. This creates significant challenges for: - Patient referrals between facilities (no shared record) - Continuity of care (a patient's history is unknown when they visit a new facility) - Public health surveillance (NCDC cannot aggregate real-time case data from all facilities) - Health insurance (NHIS/HMOs cannot verify claims against actual clinical records) FHIR adoption in Nigeria is growing through several initiatives: - Federal Ministry of Health digital health policies advocating FHIR adoption - Nigerian health IT vendors (LifeBank, Helium Health, MDaaS Global) implementing FHIR interfaces - Global health programs (PEPFAR, CDC Nigeria, WHO) requiring FHIR-compliant data sharing - NDPR (Nigeria Data Protection Regulation) compliance enabled through FHIR's consent management resources **Nigerian Health Tech Use Cases** FHIR enables several high-impact applications for the Nigerian context: 1. **Patient Summary at Referral**: When a general hospital refers a patient to a specialist, a FHIR-based referral document (containing Condition, Medication, Observation resources) can be electronically transmitted to the receiving facility — eliminating paper referral letters that are frequently lost. 2. **Lab Result Delivery**: A laboratory information system sends FHIR DiagnosticReport resources to a patient's FHIR-enabled health app when results are ready — enabling electronic delivery of lab results rather than physical paper collection. 3. **NHIS Claims Processing**: Standardize insurance claims submission using FHIR Claim resources — enabling HMOs to programmatically validate clinical data against coverage terms. 4. **Immunization Registry**: Track vaccination records using FHIR Immunization resources across all facilities in a state, enabling NPHCDA (National Primary Health Care Development Agency) to query vaccination coverage by LGA. **Implementation Considerations** Implementing FHIR in Nigeria requires: 1. A FHIR server — either open-source (HAPI FHIR) or cloud-hosted (Azure, AWS HealthLake) 2. Data mapping from existing systems to FHIR resource formats 3. Authentication via SMART on FHIR for patient-facing apps or system-level trust for facility-to-facility exchange 4. Nigerian identifier support: NIN (National Identification Number) and health facility codes as FHIR identifier systems **Company Background** FHIR is published by HL7 International (Health Level Seven International), a not-for-profit standards development organization founded in 1987. HL7 is headquartered in Ann Arbor, Michigan, USA, and operates as a global volunteer community of healthcare IT professionals. FHIR was created by Grahame Grieve and first published in 2012, rapidly becoming the dominant healthcare interoperability standard globally. FHIR is the right foundation for any serious Nigerian health tech company building systems that need to exchange clinical data across organizational boundaries.
Communications, Data Validation
Veriphone is a phone number validation and carrier lookup API that provides real-time phone intelligence for developers and businesses across 249 countries and territories. Built for simplicity and speed, Veriphone delivers carrier name, line type, number format validation, and country/region identification in a single API call with millisecond latency. The platform's standout pricing model sets it apart from competitors: pay-as-you-go credits never expire, eliminating the wastage risk of monthly subscription plans with unused quota. The free tier includes 1,000 real validations per month without requiring a credit card. ## What the API Does Veriphone validates phone numbers and enriches them with carrier and line type metadata. A single API call returns: - **Validation status**: Whether the phone number is valid and likely active. - **E.164 formatted number**: Standardizes any regional format to international E.164 format (e.g., `+2348012345678` for Nigerian numbers). - **Country**: The country associated with the number, including Nigeria (+234). - **Carrier**: The mobile network operator (e.g., MTN Nigeria, Airtel Nigeria, Globacom, 9mobile). - **Line type**: Classifies the number as mobile, landline, or VoIP. - **Region**: Sub-national region associated with the number prefix where available. Beyond real-time API queries, Veriphone supports bulk validation via CSV upload — allowing teams to clean entire contact databases without writing API integration code. ## How Developers Use It Integration is a simple GET request: ``` GET https://api.veriphone.io/v2/verify?phone=+2348012345678&key=YOUR_API_KEY ``` The API returns a JSON response with all available metadata. The API key can be passed as a query parameter or in the `x-veriphone-key` header. No SDK is required, though client libraries are available for popular languages. ## Pricing & Fees Veriphone's pricing is developer-friendly and flexible: - **Free Plan**: 1,000 validations per month, no credit card required. Ideal for development and small-scale use. - **Pay-as-you-go**: $0.20 per 1,000 queries (i.e., $0.0002 per validation). Credits purchased are permanent — they never expire regardless of when you use them. - **Subscription Plans**: Monthly plans with lower per-validation rates for consistent usage volumes. The non-expiring credit model is particularly useful for Nigerian projects with unpredictable verification volumes — you buy credits when needed and use them at any pace. ## Authentication Veriphone uses API key authentication. The key is passed as a query parameter (`?key=YOUR_API_KEY`) or as an HTTP header (`x-veriphone-key: YOUR_API_KEY`). API keys are obtained immediately after registration at veriphone.io. ## Rate Limits The free plan allows 1,000 validations per month. Paid plans scale based on credits purchased. No specific per-second rate limit is documented — contact Veriphone for high-frequency use case limits. ## Compliance & Regulations Veriphone is GDPR compliant. The platform operates servers within the EU and automatically deletes submitted phone numbers after validation — no personal data is retained. This data minimization approach is beneficial for Nigerian developers handling user phone numbers under NDPR (Nigeria Data Protection Regulation), which requires appropriate safeguards for personal data. ## Challenges & Gotchas for Nigerian Developers 1. **No SIM Swap detection**: Veriphone does not offer SIM Swap detection — use Twilio Lookup if this signal is needed for fraud prevention. 2. **Carrier data accuracy**: Carrier information can become outdated due to number portability (when a user switches carrier but keeps the same number). Results reflect the number's original carrier assignment, not necessarily the current carrier after port. 3. **Line type for Nigerian numbers**: Nigerian VoIP numbers may not always be classified as VoIP — confirm accuracy for your specific fraud prevention use case before full deployment. 4. **No OTP functionality**: Veriphone validates numbers but does not send OTP codes. Pair with Twilio Verify or a Nigerian SMS gateway for OTP delivery. ## Company Background Veriphone is an independent phone validation service focused on providing simple, affordable, and accurate phone intelligence. The platform positions itself explicitly as a faster and cheaper alternative to Twilio Lookup and Numverify for developers who need carrier and line type data without the complexity of a full communications platform. ## Frequently Asked Questions **Q: Are Nigerian phone numbers (+234) supported?** A: Yes. Nigeria (+234) is included in Veriphone's 249-country coverage. Nigerian carrier identification (MTN, Airtel, Glo, 9mobile) and line type detection are available. **Q: Do credits expire?** A: No. Pay-as-you-go credits purchased on Veriphone never expire. This is one of the platform's key differentiators. **Q: Can I validate Nigerian numbers in bulk?** A: Yes. Veriphone supports bulk validation via CSV file upload from the dashboard without requiring API integration. **Q: Is a credit card required for the free tier?** A: No. The free 1,000 validations/month plan activates immediately after email registration with no payment required.
Data Validation, Development Tools, Identity & KYC
SOAP-based API for NIN verification at multiple levels (1-5) with biometric support including fingerprint and facial recognition. Enables identity verification for KYC, onboarding, and identity services.
Data Validation
SeerBit is a Nigerian payment gateway and pan-African payment infrastructure provider founded in 2019 by Omoniyi Kolade and Emmanuel Imam. SeerBit holds a CBN Payment Solution Service Provider (PSSP) license, is PCI-DSS certified, and has expanded beyond Nigeria to provide local payment acquiring in over 10 African markets including Ghana, Kenya, South Africa, Tanzania, Uganda, Côte d'Ivoire, Cameroon, Senegal, and others. This multi-country capability makes SeerBit unique among Nigerian payment gateways — developers can use a single SeerBit account and integration to accept local payment methods across anglophone and francophone Africa. The SeerBit API is RESTful with JSON payloads. Authentication uses two separate keys: a Public Key (used client-side to initialize the checkout widget in the browser) and a Secret Key (used server-side for all backend API calls including transaction verification, transfers, and refunds). Keys are obtained from the SeerBit merchant dashboard. Standard payments flow follows the initialize-then-verify pattern common in Nigerian gateways. SeerBit supports a comprehensive set of payment channels. For Nigeria: card payments (Visa, Mastercard, Verve) with 3D Secure 2.0, bank transfer checkout (virtual account assignment), USSD, direct debit, and cash collections via agents. For other African countries: mobile money (MTN Mobile Money, Orange Money, Airtel Money), local card networks, and bank transfers where available. This unified multi-channel API significantly reduces integration complexity for African-facing platforms. On pricing, SeerBit charges 1.5% per local Nigerian transaction capped at ₦2,000, with no setup fee. International card transactions are charged at 3.8% — slightly lower than Paystack (3.9%) and Monnify (4%), which can represent meaningful savings at scale. There is no monthly platform fee. Settlement occurs within 24 hours for Nigerian transactions. Rates for other African countries vary by market and are available from SeerBit's pricing page. SeerBit also offers SeerBit Alpha — a Banking-as-a-Service (BaaS) offering that enables fintechs and platforms to launch embedded financial products including wallets, virtual cards, lending, and savings features without building payment infrastructure from scratch. Alpha is targeted at Nigerian startups that want to go to market quickly with financial products. The Direct Debit feature allows businesses to set up debit mandates on customer bank accounts for recurring billing. Customers authorize the mandate once, and the platform can automatically debit them on a schedule. This is particularly useful for subscription-based products, loan repayment collection, and Nigerian SaaS companies billing in recurring cycles. The sandbox environment mirrors production. SeerBit provides test card numbers, simulated bank transfer flows, and test USSD responses for all supported channels. The sandbox is accessible immediately after creating a developer account. From a compliance standpoint, SeerBit is regulated by the CBN under the PSSP license category, which covers payment gateway, payment terminal service, and payment solution service operations. SeerBit is also PCI-DSS certified, ensuring all card data is handled and stored securely. The company is backed by Adaverse and other African-focused venture funds. Known challenges: SeerBit's documentation is functional but less polished than Paystack's. Community support resources (Stack Overflow answers, third-party tutorials) are more limited. Some advanced features like marketplace split payments are not yet available. For West African mobile money corridors in ECOWAS countries, SeerBit's coverage continues to expand. Frequently Asked Questions: How does SeerBit's international rate compare to competitors? SeerBit charges 3.8% for international cards compared to Paystack's 3.9% + ₦100 and Monnify's 4%. For high-value international transactions, SeerBit can be more cost-effective. Can I accept mobile money from Ghana and East Africa with SeerBit? Yes — SeerBit supports MTN MoMo, Airtel Money, and Orange Money in multiple African markets through the same API integration. Does SeerBit support Nigeria-to-Africa cross-border payouts? SeerBit is primarily a collection gateway. For cross-border payouts originating from Nigeria, complementary tools are needed.
Communications, Data Validation
Twilio Lookup is a real-time phone number intelligence API that provides instant validation, carrier identification, line type detection, and fraud signals for any phone number globally. Built on Twilio's extensive carrier network relationships, Lookup enables developers to query phone number metadata before sending SMS messages, onboarding users, or processing transactions — helping reduce messaging failures, detect fraud, and route communications optimally. For Nigerian developers, Twilio Lookup is particularly useful for identifying which of the four main Nigerian carriers (MTN, Airtel, Glo, 9mobile) a given number belongs to, detecting VoIP numbers commonly used in fraud, and identifying SIM Swap events that signal potential account takeovers. ## What the API Does Twilio Lookup v2 provides phone intelligence through a modular add-on system. The base request provides free E.164 format validation and number standardization. Paid add-ons provide richer intelligence: **Basic Lookup (Free)**: Validates phone number format, returns E.164 and national format, and confirms the number exists in Twilio's records. No carrier data. **Carrier Lookup ($0.005/lookup)**: Returns the carrier name, mobile country code, mobile network code, and line type (mobile/landline/VoIP) for the phone number. For Nigerian numbers, this identifies which carrier (MTN Nigeria, Airtel Nigeria, Globacom, 9mobile) the number is on. **Line Type Intelligence (paid add-on)**: Classifies numbers into: mobile, landline, fixed VoIP, non-fixed VoIP, toll-free, or unknown. This classification is available for all countries worldwide. **SIM Swap**: Detects recent SIM card changes on a mobile number — a critical fraud signal indicating potential account hijacking. Returned as hours since last SIM change. **Caller Name (CNAM)**: Returns the registered name for the phone number (primarily US numbers, limited international availability). ## How Developers Use It Twilio Lookup is a simple REST API. A single GET request to `https://lookups.twilio.com/v2/PhoneNumbers/{PhoneNumber}` returns the requested intelligence. Add query parameters to enable specific packages: ``` GET /v2/PhoneNumbers/+2348012345678?Fields=line_type_intelligence,sim_swap ``` Authentication uses your Twilio Account SID and Auth Token as HTTP Basic Auth credentials. ## Pricing & Fees - **Basic validation**: Free — no charge for E.164 format lookup. - **Carrier lookup**: $0.005 per lookup (half a cent per number checked). - **Line Type Intelligence**: Paid add-on — pricing available at twilio.com/en-us/user-authentication-identity/pricing/lookup. - **SIM Swap**: Per-query fee varies by country. - **Caller Name**: Per-query fee for supported regions. ## Authentication HTTP Basic Authentication using your Twilio Account SID (username) and Auth Token (password). These are found in the Twilio Console. For production use, Twilio recommends creating scoped API Keys rather than using the master Auth Token directly. ## Rate Limits Standard Twilio account-level rate limits apply. These vary by account tier. Contact Twilio support or review the Console for your account's specific limits. ## Compliance & Regulations Twilio is ISO 27001 certified, SOC 2 Type II attested, and GDPR compliant. Twilio Lookup processes phone number metadata without storing user personal information beyond what is necessary for query processing. For Nigerian deployments, the carrier and line type data returned by Lookup can support CBN KYC requirements around phone number verification as part of customer due diligence. ## Challenges & Gotchas for Nigerian Developers 1. **VoIP detection for fraud**: Nigerian number fraud often uses VoIP numbers. Always check line_type_intelligence during registration and block non-fixed VoIP registrations. 2. **SIM Swap coverage**: SIM swap detection coverage varies by carrier. Confirm Nigerian carrier coverage (MTN, Airtel, Glo, 9mobile) is included before relying on this feature for fraud prevention. 3. **Carrier lookup cost vs. value**: At $0.005/lookup, checking every user registration costs $5 per 1,000 users. For high-volume apps, model this cost against the fraud prevention value. 4. **USD billing**: Twilio charges in USD. Use a USD virtual card or wire transfer. 5. **CNAM limited for Nigeria**: Caller name lookup has limited availability outside the US. Do not rely on CNAM for Nigerian number enrichment. ## Company Background Twilio Lookup is part of Twilio's User Authentication and Identity product suite, operated by Twilio Inc. (NYSE: TWLO), a publicly listed cloud communications company founded in 2008 in San Francisco. Twilio's global carrier network and data partnerships power the phone intelligence provided by Lookup. ## Frequently Asked Questions **Q: Is basic phone number validation really free?** A: Yes. E.164 format validation and number standardization via Twilio Lookup is completely free with no per-query charge. **Q: Which Nigerian carriers can Twilio Lookup identify?** A: MTN Nigeria, Airtel Nigeria, Globacom (Glo), and 9mobile (formerly Etisalat) are all identifiable through the carrier lookup feature. **Q: Can I detect SIM Swap for Nigerian users?** A: Yes, but availability depends on the specific carrier's data-sharing agreements with Twilio. Confirm Nigerian carrier SIM Swap coverage with Twilio support before deploying. **Q: Does Lookup integrate with Twilio Verify?** A: Yes. Twilio Verify uses Lookup internally for carrier validation. You can use Lookup independently as a pre-send check before triggering Verify OTPs.
Blockchain, Data Validation, Development Tools
Ciprand is a random data generation API hosted on RapidAPI that provides cryptographically secure random strings, passwords, UUIDs, and numeric values on demand. It eliminates the need for developers to implement custom random generation logic while ensuring the generated values meet security requirements for authentication tokens, invite codes, and test data. Security-sensitive applications require high-quality randomness that is unpredictable and non-repeating. Standard pseudo-random number generators in many programming environments are not cryptographically secure — they use deterministic algorithms that, given knowledge of the seed or sequence, could be predicted. For generating security tokens, one-time passwords, reset links, and API keys, cryptographically secure random generation is essential. The API accepts parameters specifying the desired output: string length, character set composition (alphanumeric, alphabetic only, numeric only, custom character set), number of results to return in a single call, and output format. This flexibility covers a wide range of use cases from simple random ID generation to complex password policies with specific character requirements. UUID generation produces universally unique identifiers in standard formats, suitable for use as database primary keys, correlation IDs in distributed systems, transaction identifiers, and any context requiring guaranteed uniqueness across systems and time. For Nigerian backend developers building authentication systems, random token generation is a recurring need. Password reset flows require generating unpredictable tokens with expiry. Email verification requires unique confirmation codes. Two-factor authentication generates one-time codes. API key provisioning requires unique, unpredictable key values. Ciprand handles all these scenarios with a single API call. Nigerian development teams that practice test-driven development benefit from random test data generation. Tests that use hardcoded values can mask edge case failures that only appear with certain input patterns. Using randomly generated test data at each test run exercises more of the input space and catches more bugs. Ciprand's API can generate random usernames, passwords, tokens, and IDs for test scenarios automatically. Nigerian SaaS platforms with referral programs, invitation-only access controls, or voucher systems need to generate large batches of unique, random codes. Ciprand's batch generation capability returns multiple random values in a single API call, making it efficient for bulk code generation operations. The API is hosted on RapidAPI, which provides a unified authentication layer via the X-RapidAPI-Key header. The RapidAPI marketplace also provides usage monitoring, rate limit management, and billing in a single dashboard — reducing the operational overhead of managing a separate vendor relationship. Nigerian developers already using RapidAPI for other services can add Ciprand without creating a new account. Integration is straightforward via standard HTTP GET requests. The response returns the generated random values as JSON, ready to use directly in the application workflow. Ciprand's alphanumeric generation with excluded-character support allows developers to specify characters that should be omitted from generated strings — useful for generating codes where visually ambiguous characters (0/O, 1/l/I) could cause human transcription errors. Nigerian platforms issuing readable codes that users must type manually (loyalty points vouchers, offline activation codes, support ticket IDs) benefit from excluding ambiguous characters for improved usability. The API's batch generation mode returns multiple unique random values in a single request, efficiently generating thousands of codes in one API call for bulk operations like voucher campaigns, loyalty point distributions, and access code provisioning.
Data Validation, Development Tools
Amazon Simple Email Service (Amazon SES) is AWS's cloud-based email sending service, widely recognized as the most cost-effective option for high-volume transactional email at scale. At $0.10 per 1,000 emails — and free for the first 62,000 emails per month when sent from Amazon EC2 — SES's pricing is dramatically lower than competing email delivery services like SendGrid, Mailgun, or Postmark. For Nigerian businesses and developers operating on AWS who send large volumes of email, SES offers unmatched economics. For Nigerian applications, Amazon SES delivers emails globally including to Nigerian email addresses across Gmail, Yahoo, Outlook, and corporate email domains. Nigeria is fully supported as an email destination. The service handles the complex deliverability infrastructure including IP reputation management, authentication (SPF, DKIM, DMARC), bounce processing, complaint handling, and suppression list management — all managed by AWS's global mail delivery network. The two integration methods for SES are the SES API (via AWS SDK) and SMTP relay. The SES API is preferred for applications already using the AWS SDK, as it integrates natively with other AWS services and uses IAM-based authentication. The SMTP relay is useful for applications that already use standard SMTP email libraries or for migrating from another SMTP-based email provider with minimal code changes. An important onboarding detail for Nigerian developers is that new SES accounts start in sandbox mode by default. In sandbox mode, you can only send emails to email addresses that have been explicitly verified in the SES console. This means you cannot yet send to arbitrary Nigerian user email addresses — sandbox is strictly for testing your integration. To send to real users, you must submit a production access request to AWS Support explaining your use case, the types of emails you will send, your bounce handling procedures, and how you manage unsubscribes. AWS typically approves legitimate production requests within 24–48 hours. Once out of sandbox, SES allows sending to any email address. The sending limit starts at a few hundred per day and increases automatically as you demonstrate good sending practices (low bounce rates, low complaint rates). Nigerian businesses with high-volume needs can request sending limit increases through AWS Support. Domain verification and authentication in SES involves adding DNS records to your domain — a verification TXT record, SPF TXT record, and DKIM CNAME records — which SES provides in the console. Once configured, SES signs every outgoing email with DKIM and includes proper SPF authorization, which is critical for inbox placement. Nigerian businesses sending from their own domain (e.g., @business.ng or @company.com.ng) should complete domain authentication before sending to real users. Bounce and complaint handling is where AWS SES requires more developer attention than managed services like SendGrid. SES delivers bounce and complaint notifications via Amazon SNS (Simple Notification Service) to an endpoint you configure. Your application must subscribe to these SNS topics and process the notifications — adding bounced addresses to a suppression list and removing complaints from marketing lists. While this requires more setup than automatic suppression on other platforms, it gives Nigerian developers full control over how their application handles delivery failures. The reputation dashboard in the SES console shows your sending reputation metrics — bounce rate, complaint rate, and overall account health. AWS suspends SES access if bounce or complaint rates exceed thresholds, so monitoring these metrics is important for Nigerian businesses. Best practices include validating email addresses at registration, sending only to opted-in users, and promptly processing bounce and complaint notifications. Email templates in SES allow creating reusable templates with variable substitution. Templates are stored in SES and referenced by name when sending bulk emails, with per-recipient personalization values provided at send time. This is efficient for Nigerian e-commerce platforms sending personalized order emails to many customers simultaneously. Configuration sets in SES provide fine-grained control over email sending — routing different types of emails (transactional vs. marketing) through different IP pools, tracking engagement events, and applying sending rules per configuration set. Advanced Nigerian deployments use configuration sets to separate transactional email (which must deliver) from marketing email (which is less urgent) to protect transactional deliverability. Event publishing through SES integrates with Amazon CloudWatch, Amazon Kinesis, and Amazon SNS to provide real-time email event streams — sent, delivered, opened, clicked, bounced, complained. Nigerian businesses can feed these events into their data analytics pipeline for complete email performance visibility. For Nigerian developers already building on AWS — using EC2, Lambda, RDS, or other AWS services — Amazon SES is the natural choice for email. The free 62,000 emails per month from EC2 means most small-to-medium Nigerian applications on AWS pay nothing for email at typical volumes. At scale, $0.10/1,000 emails keeps email infrastructure costs negligible even at millions of sends per month.
Development Tools, Data Validation
Beeceptor is a zero-code, instantly available REST API mock server that enables developers to create custom HTTP endpoints in seconds, define response rules, and inspect all incoming requests in real time. It is designed to eliminate the waiting and setup overhead that slows down development when a backend API is not yet built, when testing against external services is impractical, or when debugging webhook integrations requires a visible endpoint. Creating a mock endpoint with Beeceptor requires no code, no server setup, and no registration for basic use. Developers visit beeceptor.com, generate an endpoint name, and immediately have a live HTTPS URL that accepts any HTTP request and returns configurable mock responses. This instant availability is the core value proposition — a developer blocked on a missing backend can unblock themselves in under a minute. Response rules are the primary configuration interface. Developers define rules that match incoming requests based on HTTP method, URL path patterns, request body content, or query parameters, and specify what response (status code, headers, body) each rule returns. This enables sophisticated mocking — returning 200 for successful paths, 422 for validation errors, 429 for rate limit simulation, or 500 for error testing — covering the full range of backend behavior that a frontend needs to handle. The real-time request inspector is invaluable for debugging: every request received by the Beeceptor endpoint is logged and displayed in real time with full headers, body, query parameters, and timing information. This makes it an excellent tool for webhook debugging — when setting up a Paystack or Flutterwave webhook for the first time, pointing it at a Beeceptor endpoint reveals exactly what payload structure the payment provider sends, making it far easier to write the handler code. API proxy mode allows Beeceptor to forward requests to a real backend API while still logging all traffic, effectively acting as a debugging proxy. Developers can inspect the full request-response cycle of their application's API calls without modifying the application code. For Nigerian developers, Beeceptor addresses common development friction points: Nigerian payment gateway webhooks (Paystack, Flutterwave, Monnify, Interswitch) have specific payload structures that need to be understood and handled correctly. Using Beeceptor to capture live test webhook payloads from these providers is faster and more reliable than reading documentation alone. Nigerian frontend developers working on React, Vue.js, or Flutter applications before the backend is complete can use Beeceptor to simulate backend APIs — unblocking UI development and enabling realistic end-to-end testing of the frontend without a real backend. The free tier provides 50 requests per day per endpoint at no cost, sufficient for development and debugging. The Pro tier at $9/month increases limits significantly for sustained development use. Beeceptor's team sharing feature allows multiple developers to access the same mock endpoint configuration, which is valuable for Nigerian development teams where multiple frontend developers need to work with the same mock backend simultaneously. Shared mock configurations ensure all team members work against identical test data, preventing divergence in frontend behavior caused by inconsistent mock responses. The Pro tier's unlimited request history retention allows reviewing all requests made to a mock endpoint over extended periods — useful for debugging intermittent issues where the problematic request needs to be found among many others. Free tier request history is limited to recent requests. Beeceptor's ability to forward unmatched requests to a real backend while responding to matched paths with mocks creates a hybrid testing environment — part real API, part mock. Nigerian development teams that have some production endpoints available but not others can use this selective mocking to test their application in a mixed real/mock environment without reconfiguring every API call.
Data Validation
Automated Tax Remittance System providing REST API for tax invoice validation and compliance checks. E-invoicing solution enabling businesses to generate, validate, and submit invoices electronically through the FIRSMBS platform with real-time compliance verification.
Data Validation
ATTOM Property Data is a comprehensive US property data API providing residential and commercial real estate data for over 155 million US properties, including property valuations (AVMs), sales history, mortgage data, neighborhood demographics, school district ratings, hazard risk scores, and owner information. ATTOM is a leading provider to US mortgage lenders, insurtech companies, real estate investors, and proptech platforms that require deep property-level data enrichment for US real estate applications. This API is US-only and has no Nigeria property data coverage. For Nigerian developers and companies, ATTOM Property Data is relevant in two specific contexts: Nigerian-owned or Nigerian-operated businesses serving the US real estate market, and Nigerian investment funds and diaspora investors conducting due diligence on US real estate investments. Nigeria's high-net-worth diaspora community in the United States includes significant real estate investors who purchase US investment properties — rental properties, commercial real estate, and fix-and-flip projects — and tools built for this community benefit from ATTOM's comprehensive US property data. Property valuation (AVM) through ATTOM provides an estimated market value for any US address, along with confidence scores and comparable sales data used to justify the valuation. Nigerian investors evaluating a US property purchase and Nigerian investment fund managers conducting portfolio valuation on US holdings can use ATTOM AVM data to get rapid property value estimates without paying for a formal appraisal on every property under consideration. Sales history data from ATTOM shows every recorded sale transaction for a US property: sale price, sale date, buyer and seller names, loan amount, and loan type. Nigerian due diligence teams evaluating US real estate acquisitions use sales history to understand a property's price appreciation trajectory, verify the asking price against recent comparable sales, and identify any red flags like rapid ownership changes or below-market sales. Mortgage and lien data available through ATTOM shows existing mortgages, liens, and encumbrances on US properties — critical information for Nigerian investors and diaspora buyers to verify before purchasing, ensuring the property is free of undisclosed debt obligations that could complicate title transfer. Hazard risk scores from ATTOM assess natural disaster risk — flood zone, wildfire risk, earthquake risk, tornado risk, hurricane risk — for any US property. Nigerian investors buying US real estate in climate-exposed markets like Florida, Texas, or California need to understand climate risk to assess insurance costs and long-term property value resilience. ATTOM is exclusively a US property data provider with no coverage outside the United States. Nigerian developers building applications for the US real estate market or serving US-based Nigerian diaspora real estate investors are the relevant target users. Pricing is subscription-based with access tiers by data volume and endpoint coverage. ATTOM's climate risk scoring methodology — assigning quantified risk scores across flood, wildfire, hurricane, earthquake, and tornado exposure — represents a data product category that is increasingly relevant for Nigerian real estate as climate change intensifies flooding risk in the Niger Delta, coastal erosion in Lagos, and drought conditions in the north. Nigerian property developers and banks should monitor the development of Africa-specific climate risk scoring products that follow the ATTOM model but use African geospatial and insurance actuarial data to produce meaningful risk scores for Nigerian properties.
Data Validation, Development Tools
Kora Identity is the multi-country identity verification feature set within the Kora API (formerly Korapay). It enables Nigerian and pan-African fintechs to verify individuals and businesses across four African countries — Nigeria, Ghana, Kenya, and South Africa — using a single API key shared with Kora payment services. The identity service provides instant verification against government databases using cutting-edge encryption and security protocols. What It Does Kora Identity offers two categories of verification: individual KYC and business KYB. For Nigeria: BVN (Bank Verification Number), NIN (National Identification Number), vNIN (Virtual NIN), and phone number verification. For Ghana: International Passport, SSNIT number, Voters Card, and Driver's Licence verification. For Kenya: International Passport, National ID, phone number, and Tax PIN verification. For South Africa: SAID (South African ID Number) verification. For Nigeria KYB: CAC (Corporate Affairs Commission) business registration verification. How Developers Use It Same credentials as Kora payments — authenticate with Bearer token using Secret Key. Documentation at developers.korapay.com/docs/verify-customers-businesses. Verification costs are deducted per lookup from the Kora account balance. Live mode and Identity service activation required in dashboard before using in production. An OpenAPI specification is available at developers.korapay.com/llms.txt. Pricing Per-verification pricing deducted from Kora account balance. No public rate card. Contact Kora for identity service pricing. Nigeria-Specific Verification Coverage Nigeria has the most comprehensive coverage: BVN (tied to all Nigerian bank accounts), NIN (national ID from NIMC), vNIN (privacy-safe virtual NIN that can be shared without exposing full NIN), and phone number verification. CAC business verification confirms company registration with the Nigerian Corporate Affairs Commission. Challenges and Gotchas (1) Identity service must be separately activated in the Kora dashboard — not automatically available with a new account. (2) No liveness detection, document capture, or selfie match — Kora Identity is data-matching only. (3) Per-lookup billing means costs scale with verification volume. (4) For full biometric KYC (selfie + document), use Smile Identity or Dojah instead. Company Background Kora (formerly Korapay) is a CBN-licensed Nigerian fintech company with multi-country operations. The identity product is part of a broader strategy to be the end-to-end payment and compliance infrastructure for pan-African fintechs. FAQs Q: Does Kora Identity support NIN verification? A: Yes. NIN and vNIN (Virtual NIN) are both supported for Nigeria. Q: Can I verify a business registration (CAC)? A: Yes. CAC verification for Nigerian businesses is supported. Q: Is Kora Identity available in Kenya? A: Yes. Passport, National ID, phone, and Tax PIN verification for Kenya are supported. Q: Do I need a separate API key? A: No. The same Bearer token used for Kora payments is used for identity verification. Kora Identity's multi-country verification scope — covering BVN and NIN in Nigeria, SSNIT and Voter Card in Ghana, and National ID in Kenya — means that Nigerian fintechs expanding to multiple African markets can use the same identity verification provider that powers their Nigerian KYC workflow for their expansion markets, rather than establishing separate identity verification relationships in each new country. This KYC infrastructure continuity reduces integration complexity as platforms expand their geographic footprint. The bank account verification capability within Kora Identity — resolving the account holder name for a provided account number and sort code — prevents payment failures due to account number typos and reduces fraud from account number substitution. For Nigerian platforms processing disbursements to many recipients, pre-validating account details before initiating transfers reduces failed disbursement rates and the operational burden of investigating and correcting failed transfers. CAC business verification through Kora Identity allows platforms serving Nigerian business customers to verify that a provided company name and RC number correspond to a registered and active business entity in the Corporate Affairs Commission database. For B2B lending platforms, supply chain finance providers, and corporate onboarding workflows, CAC verification provides an automated corporate KYC data point that replaces manual document review.
Agriculture, Data Validation
Weatherbit's Agricultural Weather API extends Weatherbit's core weather data service with specialized endpoints and parameters designed for precision agriculture and farm management applications. While Weatherbit's standard API provides temperature, rainfall, and wind data suitable for general weather applications, the agricultural endpoints deliver evapotranspiration calculations, soil temperature estimates, growing degree day accumulations, and agriculture-specific derived parameters that farm advisory systems, irrigation controllers, and crop models require. Evapotranspiration is the most important derived parameter for agricultural water management, combining transpiration through plant leaves with evaporation from soil surfaces into a single estimate of how much water the crop-soil system loses to the atmosphere per day. Reference evapotranspiration (ET0) from Weatherbit's agricultural endpoints is calculated using the FAO Penman-Monteith equation — the international standard method — applied to Weatherbit's high-resolution modeled meteorological inputs. Nigerian irrigation app developers can use ET0 directly to compute crop water requirements by multiplying it by the crop coefficient for the specific crop and growth stage. Soil temperature data is important for planting timing decisions and soil biological activity. Seeds germinate reliably only when soil temperature reaches species-specific thresholds — maize requires soil temperatures above 10-12 degrees Celsius for reliable germination, for example. Nigerian agritech platforms advising farmers on optimal planting dates can incorporate soil temperature data from Weatherbit to supplement air temperature-based advice with soil condition awareness, particularly relevant in Nigerian highland zones where soil temperatures can differ significantly from air temperatures. Growing degree days (GDD) are heat unit accumulations calculated from daily maximum and minimum temperatures relative to a base temperature threshold. Different crops accumulate GDDs at different rates, and crop development milestones — emergence, jointing, silking, grain fill, maturity — occur at known accumulated GDD thresholds. Weatherbit's GDD calculations with configurable base temperatures allow Nigerian crop advisory platforms to predict development stage timing for specific crops and varieties planted at specific dates, enabling advance planning of harvesting, marketing, and logistics operations. Forecasted agricultural weather extends the utility of Weatherbit for Nigerian farm management by providing projected ET0, soil temperature, and GDD accumulation over coming days and weeks. Irrigation scheduling systems can use forecast ET0 to plan irrigation applications days in advance, accounting for anticipated crop water demand and forecast rainfall to optimize timing and volumes. Nigerian commercial farms with automated or semi-automated irrigation systems benefit particularly from this forward-looking capability. Historical agricultural weather data from Weatherbit enables validation of seasonal crop models and retrospective analysis of weather impacts on production. Nigerian agricultural researchers studying the relationship between seasonal weather patterns and crop yields can use Weatherbit historical data to build datasets correlating weather variables with production outcomes at the local level. Nigeria's weather variability across its diverse agroecological zones — from the semi-arid Sahel in the north to the humid rainforest in the south — requires weather data sources with adequate geographic resolution. Weatherbit provides data at location-specific granularity rather than broad regional averages, which is important for Nigeria where conditions within a single state can vary dramatically. Applications serving Nigerian farmers across multiple zones can query Weatherbit for each farm's specific location rather than relying on zone-wide averages that may not represent local conditions accurately. Integration with Weatherbit Agricultural API is straightforward via REST API with an API key. Queries specify the location (latitude/longitude or city name), the agricultural parameters desired, the temporal resolution (hourly, daily, or monthly), and the time period. JSON responses with clearly structured parameter names and standard units make parsing and display in agritech application interfaces uncomplicated for Nigerian developers working in Python, JavaScript, or other languages with good HTTP client library support.
Booking, Communications, Data Validation
Spotahome is a real estate platform specializing in verified mid-to-long term rental properties for individuals relocating internationally, particularly students and young professionals who need accommodation for stays ranging from one month to a year or more. The platform operates a unique model where professional home-checkers physically visit and document properties before they are listed, providing detailed photos, video tours, floor plans, and verified information that remote searchers can trust without visiting in person before committing. For the large and growing community of Nigerians studying abroad at European universities, Spotahome addresses one of the most stressful aspects of international study planning — securing verified, legitimate accommodation from thousands of miles away before arriving in an unfamiliar city. Traditional rental marketplaces require in-person viewings that are impossible from Nigeria, and many Nigerian students have experienced the fraud risk of paying deposits for properties that either do not exist or are significantly different from their online description. Spotahome's pre-verified listings with professional documentation reduce this risk significantly. The platform covers major European university cities including Madrid, Barcelona, London, Paris, Berlin, Lisbon, Rome, Milan, Amsterdam, and dozens of other cities where significant numbers of Nigerian students pursue undergraduate and postgraduate degrees. Coverage includes student halls, shared apartments, private studios, and entire flats, with filters for furnished versus unfurnished, bill-inclusive pricing, proximity to specific universities, and pet-friendly properties. Online booking functionality allows international tenants to reserve and pay the deposit for a Spotahome property without any in-person meeting, completing the entire accommodation search and commitment process digitally from Nigeria. The booking system handles digital signing of rental agreements, payment security, and communication with landlords on behalf of tenants. This fully digital workflow is what makes Spotahome particularly well-suited to the pre-departure planning that Nigerian students and relocating professionals need. Professional verification is the core trust mechanism. Spotahome staff visit each listed property before it goes live, capturing high-quality photos of every room, recording a video walkthrough, verifying the accuracy of the listing description, and confirming the amenities and facilities. This physical verification eliminates the misrepresentation that plagues unverified rental listings and gives Nigerian renters viewing properties from home confidence that what they see online accurately reflects what they will find on arrival. For Nigerian study abroad counselors, educational consultants, and university placement agencies, Spotahome API integration enables building accommodation search and booking features within study abroad service platforms. Rather than directing Nigerian students to navigate foreign language rental markets independently, these platforms can provide curated, verified accommodation options in the student's destination city as part of the complete study abroad preparation journey. Nigerian corporate mobility programs managing international assignments can use Spotahome for furnished mid-term accommodation for employees on three-to-twelve month placements, which is often more appropriate than hotels for extended stays. The furnished studio and one-bedroom options in major European business cities serve this use case well at prices significantly lower than extended hotel stays. The Spotahome API is available through a partner program for travel platforms, relocation services, and university accommodation portals that want to embed property search capabilities within their own applications. Integration documentation and partner onboarding support is available through the Spotahome partner portal.
Data Validation
VFD Tech is the technology subsidiary of VFD Group Plc, a Lagos-based diversified financial holding company listed on the Nigerian Exchange Group (NGX). VFD Tech provides Banking-as-a-Service (BaaS) infrastructure through its VBaaS platform, powered in collaboration with VFD Microfinance Bank Limited — a CBN-licensed microfinance bank that is also part of the VFD Group ecosystem. The VBaaS platform enables fintechs, lenders, savings platforms, and non-bank financial companies to embed banking products into their applications without obtaining their own banking license. The VFD Tech BaaS API documentation is available at vbaas-docs.vfdtech.ng. Authentication is handled via Access Tokens generated through the VBaaS portal at vbaas.vfdtech.ng. Developers access their sandbox environment at vbaas-dev.vfdtech.ng. The portal provides a controlled, structured onboarding process — unlike pure self-service gateways, BaaS access may require completing a partnership application with the VFD Tech team. The VBaaS Wallets API is the core product. It enables platforms to create and manage digital wallets for their users, with each wallet backed by a VFD Microfinance Bank account. This means wallet balances are held in a CBN-licensed, NDIC-insured bank — not in a non-bank payment processor's float. Wallet operations include: create wallet, credit/debit wallet, check balance, retrieve transaction history, and transfer between wallets. The Loans API enables fintech platforms to originate and manage loan products through the VFD BaaS infrastructure. This is a significant product for Nigerian digital lenders that want to offer credit products without holding a separate money lending license — by partnering with VFD Microfinance Bank as the licensed lender. Loan disbursements go directly into borrower wallets or bank accounts. The Direct Debit / Debit Mandates API enables platforms to set up recurring debit authorizations on customer bank accounts. Customers authorize a standing mandate, and the platform can trigger automatic debits on a defined schedule — ideal for loan repayment collection, subscription billing, and cooperative savings deductions. The Bills Payment API provides access to Nigerian utility and VAS services: electricity (NERC-licensed DISCOs), airtime (MTN, Airtel, Glo, 9mobile), data bundles, cable TV (DStv, GOtv), and other billers. Platforms can let users pay bills directly from their VFD BaaS-powered wallets. Additional features include: QR Code payment generation and processing, POS infrastructure integration, and a Liveness Check API for identity verification during onboarding. From a compliance standpoint, VFD Microfinance Bank is CBN-licensed and NDIC-insured. All customer funds in VFD BaaS wallets benefit from NDIC deposit insurance coverage. The VBaaS platform inherits VFD Microfinance Bank's regulatory standing — a key advantage over non-bank BaaS providers. VFD Group Plc's diversified portfolio (which includes asset management, securities trading, insurance, and real estate in addition to microfinance banking and technology) gives VFD Tech a stable institutional foundation. The company is publicly listed on NGX, providing additional transparency and accountability. Pricing for VFD Tech BaaS is not publicly listed. Rates are transaction-based and negotiated during the partnership onboarding process. Developers can request a demo and pricing quotation through the VBaaS portal. Frequently Asked Questions: Can I build a lending product without a money lending license? VFD Tech's Loans API is powered by VFD Microfinance Bank, a licensed lender. Depending on your product structure, you may be able to offer credit products through VFD BaaS as an agent/partner without your own license — but legal advice is recommended for your specific use case. Are customer wallets protected by NDIC? Yes — funds in wallets backed by VFD Microfinance Bank are covered by NDIC deposit insurance up to the applicable limit.
Utility Tools, Development Tools, Data Validation
Browshot is a website screenshot API that differentiates itself from simpler screenshot services by providing screenshots across multiple real browser instances, operating system configurations, and screen resolutions in a single platform. Rather than capturing how a site looks in one default browser, Browshot can capture a site as it appears in Chrome on Windows, Firefox on macOS, and mobile Safari on iOS — covering the range of browser/OS combinations that matter for cross-browser compatibility testing. The multi-browser capability addresses a real pain point in web development: websites do not always look identical across different browsers and operating systems due to differences in rendering engines, default font stacks, CSS support, and JavaScript engine behavior. Visual bugs that are invisible in Chrome may be obvious in Firefox. Layout differences between macOS and Windows can affect text rendering and spacing in ways that break carefully designed UIs. Each browser instance in Browshot represents a real browser installation, not a simulated rendering. Chrome screenshots use a real Chrome browser, Firefox screenshots use a real Firefox browser, and mobile screenshots use real mobile browser engines. This authenticity catches browser-specific rendering differences that headless Chrome simulations miss. Screen resolution and viewport configuration options allow testing at standard breakpoints — 1920x1080 (desktop), 1366x768 (common laptop), 1024x768 (older desktop), 768x1024 (tablet portrait), 375x667 (iPhone), and any custom dimensions. This is essential for responsive design validation — verifying that a website correctly adapts its layout at each breakpoint across different browsers. Asynchronous screenshot mode enables high-volume capture by submitting screenshot jobs and retrieving results when ready, rather than waiting synchronously for each capture. This is important for large-scale visual testing workflows where hundreds or thousands of screenshots need to be captured across multiple browser/OS combinations. The API returns screenshots as either base64-encoded strings (convenient for direct embedding in API responses or databases) or as hosted image URLs on Browshot's CDN (convenient for direct display). For Nigerian web agencies and development studios doing quality assurance on client websites before launch, Browshot provides systematic visual verification across the browser matrix that Nigerian users actually use. Understanding the browser distribution of a Nigerian client's target audience and verifying the site looks correct in those browsers is a critical deliverable of professional web development engagements. The freemium model starts with 10 free screenshots for initial evaluation, with credits-based paid plans starting at $9.99/month. Browshot's thumbnail generation mode creates smaller preview images from full screenshots, useful for building visual site galleries, monitoring dashboards, and link preview cards where displaying full-resolution screenshots would be impractical. The API handles the resize and cropping automatically, returning thumbnail dimensions specified in the request. The API's support for custom cookies and HTTP headers enables screenshotting pages that require authentication — logged-in user views, member-only content, or admin interfaces. Nigerian applications that need to screenshot user-specific pages (such as capturing a customer's personalized dashboard as a PDF export) can pass authentication cookies to Browshot and receive authenticated page screenshots. Result caching reduces costs for repeated screenshots of the same URL within a cache window — if a Nigerian monitoring service captures the same URL multiple times per day, cached results save credits for checks that find no visual change. The cache duration is configurable, balancing freshness requirements against cost efficiency.
Security, Identity & KYC
GetOTP is a comprehensive OTP (One-Time Password) generation and verification service providing secure multi-factor authentication capabilities. The service delivers OTPs via email and SMS for customer verification, login authentication, and sensitive transaction confirmation. GetOTP protects against brute force attacks with configurable rate limiting, exponential backoff, and account lockout after multiple failed attempts. The API supports flexible OTP formats including numeric codes, alphanumeric combinations, and custom patterns enabling integration with diverse security requirements. GetOTP integrates seamlessly with authentication flows, payment gateways, and sensitive operation workflows where additional verification is required. The service provides detailed audit logs showing OTP delivery, verification attempts, and security events for compliance and forensic analysis. GetOTP is widely used by fintech platforms, e-commerce sites, and SaaS applications requiring strong security without complex infrastructure setup.
Booking, Data Validation
TripAdvisor is the world largest travel platform with hundreds of millions of reviews, photos, and opinions from travelers globally, covering hotels, restaurants, attractions, airlines, vacation rentals, and travel experiences across virtually every destination on the planet. The TripAdvisor API provides approved partners with access to this vast travel content database including reviews, ratings, photos, and location information that power some of the most trusted travel recommendations in the industry. The Content API is TripAdvisor's primary developer offering, providing access to the content database that TripAdvisor has built over more than two decades of collecting traveler reviews and travel intelligence. For any supported hotel, restaurant, or attraction, the API returns a profile with the establishment name, category, price range, traveler rating score on TripAdvisor's five-bubble scale, the total number of reviews, ranking within the destination, and the full review corpus with individual traveler feedback. This content layer adds authoritative third-party validation to travel applications. Hotel data is the most extensive content category. TripAdvisor's hotel database covers virtually every hotel, guesthouse, boutique property, and bed-and-breakfast with online presence globally, including hundreds of Nigerian accommodation options in Lagos, Abuja, Port Harcourt, and other Nigerian cities. For Nigerian hotel booking platforms, displaying TripAdvisor ratings and review summaries alongside property listings adds the trust signal that price-sensitive Nigerian travelers increasingly seek before committing to a hotel booking. Restaurant data is similarly comprehensive, with TripAdvisor's restaurant database covering dining establishments across the world ranked by category and traveler ratings. For Nigerian restaurants participating in international travel markets — particularly hotels and restaurants in Lagos and Abuja that attract international business travelers — TripAdvisor presence and ratings directly impact booking decisions. The API enables displaying current TripAdvisor ratings for restaurants in booking and discovery applications. Attraction data covers tourist attractions, museums, natural landmarks, theme parks, and activities globally. For travel guide applications and destination information platforms serving Nigerian travelers planning international trips, TripAdvisor attraction data provides the most comprehensive and up-to-date database of what to see and do at any destination. Integrating TripAdvisor attraction recommendations into a Nigerian travel guide app provides the depth of destination intelligence that travelers need for trip planning. Traveler photos are a particularly compelling visual content type that TripAdvisor's review system generates in enormous volume. Authentic photos from travelers who have actually visited a property or destination provide more trustworthy visual reference than professionally produced marketing photos, which is particularly relevant for Nigerian travelers who have been disappointed when expectations set by professional hotel photography do not match reality on arrival. TripAdvisor's API program requires approval based on intended use case and compliance with TripAdvisor's content attribution requirements, which mandate clear attribution of content to TripAdvisor with links back to the platform. Nigerian developers incorporating TripAdvisor reviews must follow these attribution guidelines and maintain the integrity of the review content without modification or selective filtering that could misrepresent the overall traveler sentiment.
Development Tools, Identity & KYC
Mailgun Email Validation is an email verification service built into the Mailgun email platform, powered by real-world delivery data from billions of emails sent through Mailgun's infrastructure. Because Mailgun operates one of the largest email sending platforms globally, its validation engine uses actual send history and recipient engagement data — not just DNS checks — to make more accurate predictions about whether a given email address is deliverable. Available as a standalone validation API or as part of the Mailgun Optimize suite, the service enables Nigerian developers and businesses to validate email addresses in real time at point of entry, or clean existing lists in bulk before campaigns, reducing bounce rates that damage domain sender reputation. ## What the API Does Mailgun email validation performs multi-layer verification: - **Syntax check**: Validates email address format. - **Domain validation**: Verifies that the domain exists and has valid DNS records. - **MX record check**: Confirms the domain has mail exchange records configured to receive email. - **Mailbox existence**: Verifies the specific mailbox exists on the mail server via SMTP probing. - **Disposable email detection**: Flags addresses from temporary email services. - **Risk assessment**: Leverages Mailgun's historical send data to assign deliverability risk scores based on whether similar addresses have historically been undeliverable, bounced, or marked as spam. The Mailgun Optimize plan adds inbox placement testing (verifying your emails actually reach inboxes, not spam folders) and email preview rendering (testing how your email looks across email clients) alongside validation. ## How Developers Use It Real-time validation via REST API: `GET https://api.mailgun.net/v4/address/validate?address=user@example.com` authenticated with HTTP Basic Auth (username: `api`, password: `YOUR_API_KEY`). Bulk validation: Upload a CSV file through the Mailgun dashboard or API and retrieve validated results by file ID. ## Pricing & Fees - **Optimize Plan**: $49/month — includes 2,500 email validations, 25 inbox placement tests, and 500 email preview renders per month. - **Add-on validation on Foundation+**: $1.20 per 100 validations as overage. - **Email sending**: Separate from validation — Mailgun offers free 100 emails/day for sending, with paid sending plans starting at $15/month. Note: After October 2025, Mailgun increased pricing on its Flex send plan by 100%. Verify current pricing at mailgun.com/pricing before committing. ## Authentication HTTP Basic Authentication. Username is always the literal string `api`; password is your Mailgun API key. This scheme is shared across all Mailgun API calls (email sending, validation, analytics). ## Rate Limits Rate limits depend on your plan. The Optimize plan includes 2,500 validations/month. Overage above the plan limit is billed per 100 validations. Real-time API throughput is not explicitly published — contact Mailgun for high-volume limit details. ## Compliance & Regulations Mailgun is GDPR compliant and SOC 2 Type II certified. Email addresses submitted for validation are processed per Mailgun's data processing agreement. For Nigerian deployments under NDPR, Mailgun's data handling policies support appropriate treatment of user email data. ## Challenges & Gotchas for Nigerian Developers 1. **Validation separate from sending**: The Optimize plan for validation is separate from Mailgun's email sending plans. You may need two plans (one for sending, one for validation) if you use both. 2. **Catch-all domains**: Corporate Nigerian email domains configured as catch-all return "risky" or "unknown" results — Mailgun cannot definitively confirm individual mailbox validity on catch-all domains. 3. **Price increase awareness**: Mailgun increased its Flex send plan pricing by 100% in December 2025. Review current pricing at mailgun.com before subscribing. 4. **USD billing**: Mailgun charges in USD. Nigerian developers need a USD-capable payment method. 5. **Best used within the Mailgun ecosystem**: Mailgun Validation is most valuable if you're already using Mailgun for email sending — combining both means validation and delivery in one account and one API key. ## Company Background Mailgun was founded in 2010 in San Francisco as a developer-focused transactional email API. The company was acquired by Sinch (a Swedish communications platform) in 2021. Mailgun serves over 150,000 businesses globally and processes over 100 billion emails per year. The email validation product is part of Mailgun's Optimize suite, which also includes inbox testing and email preview tools. ## Frequently Asked Questions **Q: Do I need a Mailgun sending account to use email validation?** A: No. Email validation is available as a standalone product through the Mailgun Optimize plan without requiring a sending subscription. **Q: How accurate is Mailgun email validation?** A: Mailgun claims industry-leading accuracy by leveraging real delivery data from billions of emails sent through its platform, not just DNS checks. **Q: What's the difference between Mailgun Validate and ZeroBounce?** A: ZeroBounce is a standalone validation specialist with more detailed categorization (spam traps, abuse emails, etc.) and non-expiring credits. Mailgun Validate is best for teams already in the Mailgun ecosystem who want validation + inbox testing + email delivery in one platform. **Q: Is there a free trial for validation?** A: Mailgun provides some validation credits with account registration. The Optimize plan includes validation, inbox testing, and email preview starting at $49/month.
Sports & Betting, Data Validation
iSports API is a comprehensive sports data service specializing in live betting odds, pre-match lines, and real-time sports scores across multiple sports disciplines. Designed for developers building sports betting applications, odds comparison platforms, and live sports dashboards, iSports API provides the real-time data infrastructure that powers competitive betting products in the rapidly growing African and global sports betting markets. The platform aggregates odds data from multiple licensed bookmakers and sports data providers, normalizing the information into a consistent JSON format that application developers can consume without building individual integrations with each data source. This aggregation approach is critical for comparison products where displaying the range of available odds from different bookmakers is the core value proposition for end users. Pre-match odds coverage spans football, basketball, tennis, cricket, American football, ice hockey, baseball, volleyball, and esports competitions. For each upcoming match, the API provides odds in multiple markets — match winner, Asian handicap, over/under goals, both teams to score, correct score, first goalscorer, and many specialized markets depending on the sport and bookmaker coverage. The breadth of market coverage is important for Nigerian betting platform developers who need to offer competitive market depth to attract and retain bettors. Live in-play data is where iSports API provides particular value for modern betting applications. In-play betting — wagering on outcomes while a match is in progress — is the fastest-growing segment of sports betting globally and is extremely popular among Nigerian sports bettors. The API delivers live odds updates as market prices shift in response to match events like goals, red cards, injuries, and score changes. The speed and reliability of these updates directly impacts the quality of the in-play betting experience. Match center data accompanying the odds includes live scores, match timeline events, current possession statistics, shots on goal, and other in-play statistics that bettors use to inform wagering decisions. Nigerian betting operators building web and mobile platforms can display this match data alongside betting markets, providing the contextual information that engaged bettors want during live matches. Football coverage is the most extensive sport given its primacy in African sports culture and Nigerian betting specifically. The API covers all major European leagues, African competitions including the CAF Champions League and Africa Cup of Nations qualifiers, and the Nigeria Professional Football League. For Nigerian betting operators, having NPFL live data is a meaningful differentiator — domestic league betting is a significant market segment among Nigerian bettors who want to wager on matches they can follow closely. The API infrastructure is built for the reliability requirements of sports betting applications, where data outages during major matches can directly translate to business losses and customer dissatisfaction. Service level considerations include feed redundancy and monitoring to ensure data continuity during high-demand periods like major tournament finals and concurrent match days when request volumes spike. Historical odds and results data enables analytics applications to analyze odds movement patterns, closing line value, and bookmaker margin trends — the kind of data that sophisticated bettors and trading teams use to develop and evaluate betting models. For Nigerian developers building sports betting comparison tools, the ability to show bettors where to find the best odds for their chosen bet is a high-value product feature. iSports API provides the multi-bookmaker data layer that makes this comparison possible, with Nigerian-market-relevant bookmakers represented alongside international operators. Freemium access with a trial period allows developers to evaluate the data quality and coverage before committing to a paid plan.
Identity & KYC, Development Tools
Dojah is an AI-powered identity verification and fraud prevention infrastructure platform trusted by African and global businesses for KYC, AML compliance, biometric authentication, and secure customer onboarding. Built for the African market but deployed globally, Dojah provides a single API that consolidates BVN verification, NIN verification, government document scanning, facial recognition with liveness detection, CAC company lookup, digital address verification, and AML screening — eliminating the need for multiple separate vendor integrations. Headquartered in Nigeria and serving businesses across Africa, Dojah integrates multiple data sources — including Nigerian government databases (NIMC, CBN/NIBSS), telecoms networks, banks, and utility providers — to enable businesses to verify customer identities with speed, accuracy, and regulatory compliance. **Easy Lookup API — The Standout Feature** Dojah's Easy Lookup API is one of its most powerful and developer-friendly products. By passing a single data point — either a phone number or a BVN — the API returns a comprehensive identity profile: full name, date of birth, photo, residential address, phone number, and enrollment details. This single-call approach dramatically simplifies KYC for Nigerian applications, reducing what would normally require multiple API calls and document uploads into a single instant lookup. It is particularly powerful for lending apps that need to verify a borrower's identity quickly at the point of application. **BVN & NIN Verification** Standard BVN and NIN verification endpoints confirm the identity data attached to a Bank Verification Number or National Identification Number. A successful BVN/NIN lookup returns name, DOB, phone number, and photo — providing the minimum data needed to auto-populate a KYC record and confirm the user is who they claim to be. Dojah also integrates blog guidance on BVN/NIN verification to help developers navigate CBN's mandate for BVN-NIN linkage requirements. **AI Facial Recognition & Liveness Detection** Dojah's biometric verification module uses AI to compare a live selfie against the photo on a government ID or on file in a government database. The liveness detection layer confirms the user is physically present — not a static photo or a video replay — preventing one of the most common forms of identity fraud in digital onboarding. This is available as a standalone verification step or combined with document scanning in a full biometric onboarding flow. **Government ID Document Verification** Dojah can scan and validate Nigerian government-issued documents — NIN slip, passport data page, driver's license, voter's card — extracting data via OCR and cross-referencing it against issuing authority databases to confirm authenticity. This is critical for CBN Tier 2 and Tier 3 KYC. **Digital Address Verification** Unlike traditional address verification that requires physical field agent visits (which are slow and expensive), Dojah offers digital address verification using telco location data, utility records, and cross-referenced data sources. This allows Nigerian fintechs to complete address verification within minutes rather than days, at a fraction of the cost of physical visits. **CAC Company Verification (KYB)** The CAC lookup endpoint queries Nigeria's Corporate Affairs Commission database to confirm a company's registration status, legal name, directors, and business type. This is the foundation of Know Your Business (KYB) compliance for B2B platforms, lenders, and payment companies onboarding business customers. **Identity Hub — AML & Fraud Prevention** Dojah's Identity Hub is a compliance product that combines AML screening, fraud detection, and case management. It screens customers against global sanctions lists, PEP (Politically Exposed Persons) databases, and adverse media — meeting FATF and CBN AML requirements. The Identity Hub also provides tools for detecting synthetic identities and fraudulent document submissions. **Authentication & Pricing** Dojah uses API key authentication — keys are issued through the Dojah dashboard and passed in the Authorization header. Pricing is per-API-call: the Starting Out plan starts at $0.06/call, with volume discounts available on the Optimizing plan (from $0.04/call). Specific per-verification prices vary by check type. A free sandbox environment is available immediately upon account registration — no credit card required. **Nigeria Data Compliance** All Dojah verifications comply with NIMC data handling requirements, CBN KYC mandates, and the Nigeria Data Protection Regulation (NDPR). Dojah does not store raw NINs beyond the immediate verification transaction, in line with NIMC's tokenization requirements. **Frequently Asked Questions** Q: What is the Easy Lookup API? A: Pass a phone number or BVN and receive a full identity profile in one call — name, DOB, photo, address. Ideal for fast, low-friction KYC. Q: Does Dojah require a credit card to test? A: No. A free sandbox account is available at app.dojah.io with no credit card required. Q: What is the starting price for Dojah verifications? A: Starting at $0.06 per API call on the Starting Out plan, with volume discounts on higher tiers. Q: Does Dojah verify Nigerian addresses digitally? A: Yes. Dojah offers digital address verification using telco and data cross-referencing — no physical field agent visit required. Q: Does Dojah support businesses outside Nigeria? A: Yes. Dojah supports verification in multiple African markets beyond Nigeria through its pan-African data source integrations.
Identity & KYC, Payments
Fincra Identity is the identity management and verification feature set built into the Fincra API. It is not a standalone product — it is accessed using the same API credentials as Fincra payment services. Nigerian developers using Fincra for payments get identity verification capabilities included, enabling them to build compliant KYC flows without integrating a separate identity provider. What It Does Fincra Identity provides three core capabilities: (1) BVN Resolution — resolve a Nigerian Bank Verification Number to retrieve the associated identity details, enabling KYC verification against the CBN BVN database; (2) Bank Account Verification — verify that a Nigerian bank account number is valid and retrieve the account holder name via NIP lookup, preventing failed transfers before they happen; (3) Card BIN Resolution — look up a card BIN (Bank Identification Number) to identify the issuing bank, card network, card type, and country of origin for any card number prefix. How Developers Use It Fincra Identity endpoints are called using the same API key obtained from the Fincra Dashboard. Documentation is at docs.fincra.com under the Identity Management section. The same 50 req/sec rate limit applies. Sandbox and live environments are fully isolated as with all Fincra services. Pricing Included in the Fincra API subscription. Custom pricing based on volume — contact Fincra sales for current rates. Rate Limits 50 API calls per second, shared with all other Fincra API calls. HTTP 429 returned when exceeded. What Fincra Identity Does NOT Cover Unlike dedicated KYC providers such as Dojah, Smile Identity, or YouVerify, Fincra Identity does not provide: NIN verification, international passport verification, driver's licence lookup, liveness detection, document capture, or CAC business verification. For comprehensive KYC with selfie matching and multi-document support, a dedicated KYC provider is recommended. Challenges and Gotchas (1) Fincra Identity is only available to businesses that have an active Fincra account — you cannot use it without being a Fincra payments customer. (2) Feature set is narrower than dedicated KYC providers. (3) Live mode requires completing full Fincra compliance onboarding first. (4) No standalone pricing — bundled with Fincra payment costs. Company Background Fincra is a CBN PSSP-licensed payment gateway incorporated in the US (Fincra Inc.) and operating in Nigeria and across Africa. The company provides payment infrastructure to African businesses and fintechs, and includes identity verification as part of its end-to-end compliance toolkit. FAQs Q: Is Fincra Identity a separate product from Fincra payments? A: No. It is a feature set within the Fincra API accessed with the same credentials. Q: Can I use Fincra Identity without using Fincra for payments? A: Not independently — you need an active Fincra business account to access these endpoints. Q: Does Fincra Identity support NIN verification? A: Not currently. BVN resolution, bank account verification, and card BIN lookup are the currently documented identity features. Q: What is the rate limit? A: 50 requests per second, shared with all Fincra API calls. Fincra Identity's bank account verification feature resolves the account holder name associated with a provided Nigerian bank account number and bank sort code, confirming that the account belongs to the expected recipient before initiating a disbursement. This pre-disbursement verification step prevents both accidental wrong-account transfers (from typographical errors in account numbers) and deliberate fraud (where a bad actor substitutes their account number for a legitimate recipient). For Nigerian platforms processing large volumes of payouts — salary disbursements, vendor payments, refund processing — the operational cost savings from preventing failed and misdirected transfers justifies the verification step. Card BIN lookup from Fincra Identity allows platforms to identify the issuing bank, card type (debit/credit), card scheme (Visa/Mastercard/Verve), and country of origin from the first six digits of a card number before the transaction is processed. This BIN intelligence enables routing decisions — selecting the optimal payment processor for a card type, applying different processing flows for international versus domestic cards, flagging potentially high-risk card origins — that improve authorization rates and fraud management before authorization is even attempted.
Identity & KYC, Development Tools
Didit is an AI-native identity verification and fraud prevention platform purpose-built for developers, offering one of the most transparent and Nigeria-friendly pricing structures of any global KYC provider. With 500 free verifications per month (no credit card required), public per-module pricing, and explicit support for Nigerian National ID and BVN verification at published rates, Didit stands out as the most accessible enterprise-grade KYC option for Nigerian fintech developers. The platform provides 25+ composable verification modules across four product lines — KYC (individual identity), KYB (business identity), Transaction Monitoring, and Wallet Screening — all accessible through a single REST API with Web, iOS, Android, React Native, and Flutter SDKs. Didit raised $6 million in May 2025 to expand its identity and fraud infrastructure platform globally. ## What the API Does Didit's modular architecture allows developers to combine verification checks in any configuration needed: **Identity Document Verification**: Supports 14,000+ document types globally, including Nigerian international passports, NIN slips, voter cards, and driver's licenses. AI-powered OCR extraction and authentication analysis. **Nigerian Database Checks**: - **National ID Check**: $0.08 per successful query — checks the Nigerian National ID number against government database records with ~100% adult coverage. - **BVN Verification**: $0.80 per successful query — validates a Bank Verification Number against NIBSS records with ~100% banked-adult coverage. **Passive Liveness Detection**: Background liveness analysis during selfie capture without requiring the user to perform gestures. **Biometric Face Match**: Selfie-to-document face comparison for identity binding. **IP Analysis**: Risk signals from the user's IP address (geolocation, proxy/VPN detection, device fingerprinting) included in the full KYC bundle. **AML & Sanctions Screening**: Global PEP and sanctions watchlist checks. **KYB**: Business entity verification. **Transaction Monitoring**: Ongoing transaction risk monitoring. **Wallet Screening**: Cryptocurrency wallet address risk scoring against global databases. ## Full KYC Bundle The most commonly used configuration is the $0.33 full KYC bundle, which includes: Identity Document Verification + Passive Liveness + Face Match + IP Analysis — all in a single API call. For Nigerian developers, this can be supplemented with the $0.08 National ID check or $0.80 BVN check for database-confirmed identity verification. ## How Developers Use It Didit is designed for minimal integration friction. The platform offers: 1. **REST API**: Standard JSON REST API with OpenAPI 3 spec for auto-generating client libraries. 2. **Mobile/Web SDKs**: Web, iOS, Android, React Native, and Flutter SDKs for native capture experiences. 3. **No-Code Integrations**: Ready-made Zapier, Shopify, and Salesforce integrations for teams without engineering resources. 4. **Signed Webhooks**: Webhook payload signing for secure result delivery. Integration is documented as achievable in minutes — Didit explicitly states it can be shipped by AI coding agents like Claude Code in a single prompt using the OpenAPI spec. ## Pricing & Fees Didit offers the most transparent public pricing of any major KYC provider: - **500 free verifications/month** — No credit card required. Real production checks included. - **Full KYC Bundle**: $0.33/check (ID + Liveness + Face Match + IP) - **ID Document Check only**: $0.15/check - **Nigerian National ID Database**: $0.08/successful query - **Nigerian BVN Database**: $0.80/successful query - **AML Screening**: Available as additional module - No Nigeria surcharge — domestic users are priced at the same rate as global ## Authentication Didit uses API key authentication with Bearer token. Webhook payloads are signed for verification. The API key is passed as `Authorization: Bearer your_api_key` on all requests. ## Rate Limits Not publicly documented. The free tier includes 500 verifications/month. Contact Didit for rate limit details on paid plans. ## Compliance & Regulations Didit is designed to comply with CBN (Central Bank of Nigeria) remote onboarding requirements for banks and financial institutions. The platform supports FATF KYC recommendations and applicable AML/CFT compliance frameworks globally. AML screening covers OFAC, UN, EU, and UK Treasury watchlists and PEP databases. For Nigerian deployments, the combination of National ID, BVN, document, and biometric verification provides a robust foundation for meeting CBN KYC Tier 1 through Tier 3 requirements. ## Challenges & Gotchas for Nigerian Developers 1. **BVN pricing**: At $0.80/BVN check, this is higher per-check than the National ID option. For high-volume consumer apps, factor BVN check costs carefully into unit economics. 2. **Relatively new platform**: Didit is newer than Sumsub or Onfido. While technically strong, the ecosystem maturity (support depth, edge case coverage) may be less than established providers. 3. **Wallet screening scope**: Confirm the specific risk database coverage for Nigerian crypto users before relying on wallet screening for compliance purposes. 4. **NDPR compliance**: Biometric and personal data processed must be handled under appropriate data agreements. Review Didit's DPA for NDPR alignment. ## Company Background Didit is an AI-native identity and fraud infrastructure company. In May 2025, the company raised $6 million in funding to expand its global identity and fraud platform. Didit's platform is explicitly developer-focused, with documentation written to support AI-assisted integration via Claude Code, Codex, and Cursor. The company has a dedicated Nigeria solutions page (didit.me/solutions/countries/nigeria/) reflecting active investment in the Nigerian market. ## Frequently Asked Questions **Q: Does Didit support Nigerian BVN verification?** A: Yes. Didit offers BVN verification at $0.80 per successful query against NIBSS records, with ~100% coverage of banked Nigerian adults. **Q: Can I start without a credit card?** A: Yes. Didit's free tier includes 500 real production verifications per month with no credit card required. **Q: What is the cheapest way to verify a Nigerian user's identity with Didit?** A: The Nigerian National ID database check at $0.08/query provides the lowest-cost verification. The full KYC bundle at $0.33 includes document + liveness + face match + IP analysis. **Q: Is Didit CBN-compliant?** A: Didit's platform is designed to meet CBN remote onboarding requirements for banks and financial institutions in Nigeria.
Identity & KYC, Development Tools
Shufti Pro is an AI-powered identity verification, KYC (Know Your Customer), KYB (Know Your Business), and AML (Anti-Money Laundering) compliance platform that operates across more than 230 countries and territories. Founded in 2017 and headquartered in London, UK, Shufti Pro supports the verification of over 3,000 document types in more than 150 languages, making it one of the most linguistically and geographically comprehensive KYC platforms available to developers. The platform delivers 98.67% verification accuracy and processes checks in 15–60 seconds, combining OCR document analysis, AI-powered facial biometrics, passive and active liveness detection, and AML watchlist screening in a single unified API. ## What the API Does Shufti Pro provides a complete suite of identity verification services accessible through a REST API and pre-built SDKs. Core products include: **Document Verification**: The AI engine authenticates government-issued IDs — passports, national ID cards, driver's licenses, and voter cards — by analyzing security features, MRZ data, and document template integrity. For Nigerian users, this covers international passports, NIMC NIN slips, INEC voter cards, and FRSC driver's licenses. **Biometric Face Verification**: A selfie-based face match against the submitted document photo, with passive liveness detection (background analysis) and active liveness detection (gesture prompts) to prevent spoofing. **Video KYC**: A live video session-based identity check where an agent interacts with the customer in real time, capturing document evidence and biometric verification in a recorded session. This feature is particularly relevant for Nigerian financial institutions required to conduct video-based customer due diligence under CBN AML/CFT regulations. **KYB (Business Verification)**: Corporate entity verification checking business registration documents, director identities, and UBO structures. **AML Screening**: Screening against global sanctions lists (OFAC, UN, EU, UK Treasury), PEP databases, and adverse media sources. **Age Verification**: Document-based age extraction for age-gating platforms. ## How Developers Use It Integration is via REST API or pre-built SDKs for Web, iOS, and Android. The typical flow: 1. Send a POST request to the Shufti Pro API endpoint with your verification requirements (which checks to run, which document types to accept) and a callback URL. 2. Shufti Pro returns a verification URL that you redirect the end user to, or you embed using the SDK. 3. The user completes document capture and selfie steps in the Shufti Pro-hosted UI. 4. Results are delivered to your callback URL via webhook, and are also available via a GET request to the status endpoint. Shufti Pro also provides a no-code journey builder in its dashboard where compliance teams can design KYC flows by dragging and dropping verification steps, configure conditional rules, and instantly generate shareable verification links or QR codes — without any engineering work. ## Pricing & Fees Shufti Pro offers flexible pricing structures: - **Pay-as-you-go**: Pay per verification check with no monthly minimum. - **Monthly commitment**: Pre-purchase a volume of verifications at a discounted per-check rate. - **Enterprise**: Custom pricing for high-volume clients with dedicated support and SLA guarantees. A 7-day free trial is available, providing full access to test the platform before committing. Exact per-check rates are not publicly listed — contact Shufti Pro sales for a quote based on your expected volume and verification types. ## Authentication Shufti Pro uses HTTP Basic Authentication. The Client ID is the username and the Secret Key is the password, encoded in Base64 in the Authorization header of each request. For webhook response verification, Shufti Pro generates a SHA256 signature — developers must recalculate the signature on their server using the Secret Key and compare it to the received signature to confirm the webhook payload's authenticity. Never skip response signature verification in production. ## Rate Limits Rate limits are not publicly documented and vary by plan tier. Contact Shufti Pro to confirm the throughput limits applicable to your subscription. ## Compliance & Regulations Shufti Pro is GDPR compliant, ISO 27001 certified, and PCI DSS compliant. The platform supports FATF KYC/AML recommendations globally and is used by regulated businesses across banking, fintech, crypto, insurance, and gaming sectors. For Nigerian deployments, Shufti Pro's Video KYC module aligns with CBN's AML/CFT (Anti-Money Laundering/Combating the Financing of Terrorism) compliance regulations that require video-based identity confirmation for certain customer tiers. AML screening covers OFAC, EU, UN, UK Treasury, and global PEP databases. ## Challenges & Gotchas for Nigerian Developers 1. **Pricing opacity**: Per-check rates are not publicly listed. Budget uncertainty is a challenge — request a detailed quote before committing. 2. **No native BVN verification**: Shufti Pro does not query the NIBSS BVN database directly. Pair with a Nigerian BVN API if BVN verification is required. 3. **USD billing**: Shufti Pro charges in USD. Nigerian developers need a USD-capable payment method. 4. **Webhook signature verification**: Always verify incoming webhook signatures using SHA256 before processing results. Skipping this step makes your system vulnerable to forged verification decisions. 5. **Video KYC setup**: The Video KYC module requires configuring a compliance team to conduct the live video sessions, or using Shufti Pro's agent network. Factor in operational overhead for regulated use cases. ## Company Background Shufti Pro was founded in 2017 by Victor Fredung (CEO) in London, UK. The company serves over 1,000 businesses globally across fintech, crypto, banking, insurance, gaming, and healthcare sectors. Shufti Pro has been recognized as a G2 Summer 2026 Leader in identity verification and operates verification data centers across multiple regions for GDPR-compliant data localization. ## Frequently Asked Questions **Q: Does Shufti Pro support Nigerian IDs specifically?** A: Yes. Nigerian international passports, NIN slips (NIMC), voter cards (INEC), and driver's licenses (FRSC) are included in Shufti Pro's 3,000+ global document library. **Q: Can I try before paying?** A: Yes. Shufti Pro offers a 7-day free trial with full access to test verification flows before committing to a paid plan. **Q: Does Shufti Pro support Video KYC for CBN compliance?** A: Yes. The Video KYC module enables live-agent video verification sessions that satisfy CBN's video-based customer due diligence requirements. **Q: What languages are supported?** A: Shufti Pro can verify and extract data from documents in 150+ languages, including those relevant to Nigerian multilingual contexts.
Identity & KYC, Development Tools
iDenfy is a developer-first identity verification platform offering automated KYC (Know Your Customer) through a pay-per-approved-verification model, where businesses are only charged when a user is successfully verified — rejected or abandoned sessions are completely free. Founded in 2017 and headquartered in Kaunas, Lithuania, iDenfy supports over 3,000 document types from more than 200 countries and territories, combining AI-powered document analysis, biometric face matching, liveness detection, and optional human review in a three-step verification pipeline. The platform is particularly notable for its no-code risk rule builder that allows compliance teams to configure custom verification logic — risk scoring, conditional check triggers, and decisioning rules — without requiring engineering involvement for each policy change. ## What the API Does iDenfy's core product is its three-step KYC flow: **Step 1 — Document Check**: The user uploads a government-issued ID (passport, national ID card, driver's license) using iDenfy's guided capture interface. The AI engine performs OCR extraction, authenticity analysis, and security feature validation against a library of 3,000+ document templates covering 200+ countries, including Nigerian international passports, NIN slips, voter cards, and driver's licenses. **Step 2 — Liveness Detection**: A selfie is captured with passive or active liveness checks to confirm the user is physically present. The biometric engine then matches the selfie against the document photo. **Step 3 — AI + Human Review**: iDenfy's AI processes the verification automatically. Cases flagged as uncertain are escalated to a human review queue where trained analysts make the final determination. This hybrid approach delivers higher accuracy than purely automated systems, particularly for low-quality document images or challenging lighting conditions common in mobile captures. Additional features include: **Address Verification** (extracting address data from proof-of-address documents), **AML & PEP Screening** (ongoing daily monitoring of approved users against global watchlists), and a **No-Code Risk Rule Builder** for defining custom verification policies without code. ## How Developers Use It Integration is via REST API or pre-built SDKs for Web, iOS, and Android. The authentication flow: 1. POST to `https://ivs.idenfy.com/api/v2/token` with your API key and secret to generate a short-lived `authToken` and `redirectUrl` for the user session. 2. Redirect the user to the `redirectUrl`, or embed the iDenfy Web SDK using the `authToken`. 3. The user completes document upload and selfie in iDenfy's hosted UI. 4. Results are delivered to your configured webhook callback URL when review completes (AI-instant for clean cases, human review for flagged cases). 5. Retrieve the full verification result via the API using the scan reference ID. ## Pricing & Fees iDenfy uses a pay-per-approved-verification model: - **Premium Plan**: $1.30 per approved verification - **Basic Plan**: $1.35 per approved verification - **Enterprise Plan**: $0.55–$0.65 per approved verification (down to $0.50 at high volume) Critically, **rejected and incomplete verifications are not charged**. This aligns iDenfy's pricing with your successful user conversions — you only pay when a user is cleared to proceed. Annual billing and volume discounts are available on enterprise plans. ## Authentication iDenfy uses an API key pair authentication model. Your API key and secret are exchanged via a POST request to the token generation endpoint (`/api/v2/token`), which returns a short-lived `authToken` specific to each user session. This session token is then used to initialize the verification flow for that user. The server-to-server API calls (status checks, result retrieval) use your API key directly as a Bearer token. ## Rate Limits Rate limits are not publicly documented and vary by plan tier. Contact iDenfy support for specific throughput limits on your subscription. ## Compliance & Regulations iDenfy is ISO 27001 certified and GDPR compliant. The platform supports FATF KYC recommendations and is designed for use by regulated financial institutions, crypto exchanges, and compliance-driven businesses. AML and PEP screening coverage includes OFAC, UN, EU, UK Treasury, and global adverse media databases. For Nigerian deployments, iDenfy's document verification capabilities align with CBN KYC Customer Due Diligence requirements for digital financial service providers. ## Challenges & Gotchas for Nigerian Developers 1. **Human review turnaround**: While AI decisions are near-instant, human review cases can take minutes to hours. Design your onboarding UX to handle asynchronous verification results gracefully. 2. **No native BVN integration**: iDenfy does not directly query the NIBSS BVN database. Pair with a Nigerian BVN API if BVN verification is a requirement. 3. **USD billing**: iDenfy bills in USD. Nigerian developers need a USD-capable payment method. 4. **NDPR considerations**: Biometric data processed by iDenfy qualifies as sensitive personal data under NDPR. Review the data processing agreement for Nigerian user data handling. 5. **Pricing tier selection**: The $0.10–$0.15 difference between Premium and Basic tiers is minor, but Enterprise pricing (down to $0.50) becomes significant at high volumes. Negotiate your plan based on projected monthly verification volume. ## Company Background iDenfy was founded in 2017 in Kaunas, Lithuania. The company provides identity verification services to clients across fintech, crypto, gaming, real estate, and other regulated industries globally. iDenfy emphasizes its hybrid AI + human review model as a differentiator — arguing that fully automated systems miss subtle forgeries that trained human reviewers catch, particularly for non-standard document types. ## Frequently Asked Questions **Q: Am I charged for failed verifications?** A: No. iDenfy only charges for approved verifications. Rejected, failed, and abandoned sessions are not billed. **Q: Does iDenfy support Nigerian identity documents?** A: Yes. Nigerian international passports, NIN slips, voter cards, and driver's licenses are covered within iDenfy's 3,000+ document template library. **Q: What is the turnaround time for verification?** A: AI-reviewed cases return decisions in seconds. Human review cases typically resolve within minutes to a few hours depending on queue load. **Q: Can compliance teams adjust rules without engineering help?** A: Yes. iDenfy's no-code risk rule builder allows compliance teams to configure verification logic, risk scoring, and conditional checks without any code changes.
Identity & KYC, Development Tools, Payments
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.
Identity & KYC, Development Tools, Security
KYCAID is a global identity verification and KYC compliance platform that supports more than 200 countries and 11,000 document templates, providing document verification, biometric liveness checks, and government database cross-referencing through a flexible pay-as-you-go API. Built for developers who need affordable, commitment-free KYC without monthly minimums, KYCAID is distinctive for its document-free verification capability — allowing users to enter just their ID number and receive a verification result in approximately 20 seconds via direct government database validation. For Nigerian developers specifically, KYCAID supports Nigerian NIN (National Identification Number) and driver's license verification against Nigerian government databases, making it one of the more accessible options for startups that want native Nigerian ID support without committing to enterprise KYC contracts. ## What the API Does KYCAID provides a suite of identity verification services: **Document Verification**: AI-powered analysis of physical ID documents — passports, national ID cards, driver's licenses, and residence permits — using OCR extraction and security feature analysis across 11,000+ document templates. **Document-Free Verification**: A standout feature that allows verification by ID number input alone, skipping document upload entirely. The system queries government databases directly and returns a verification result in around 20 seconds. For Nigerian users, this covers NIN and driver's license checks against NIMC and FRSC records respectively. **Biometric Face Verification**: Selfie-based face matching against the document photo, with both passive and active liveness detection to prevent spoofing. **AML & Sanctions Screening**: Screening against global watchlists for PEP and sanctioned individuals. ## How Developers Use It KYCAID offers three integration paths: 1. **Pure API Integration**: REST API calls from your backend to trigger verifications, check status, and retrieve results. Most flexible for custom workflows. Typically takes a few hours to integrate. 2. **Forms Integration**: Embed KYCAID's pre-built HTML forms into your web application. No SDK needed — users complete verification inline on your page. 3. **Mobile SDK**: iOS and Android SDKs for in-app verification with native camera capture and guided document + selfie flows. The typical API flow: Create a verification request specifying the required checks, receive a hosted verification URL or embed the form, collect the result via webhook callback or status polling. ## Pricing & Fees KYCAID uses a pure pay-as-you-go model with no monthly minimum commitment. Key pricing features: - **No subscription fee**: You pay only for verifications actually processed. - **€50 free credit**: New customers receive €50 in free credit to test real verifications before making any payment — not just a sandbox, but actual live verification credits. - **No hidden fees**: KYCAID explicitly prices as transparent, with all costs visible per verification type. - **Volume discounts**: Per-check rates decrease at higher volumes. Exact per-check rates are available in the KYCAID dashboard after registration or upon request. ## Authentication KYCAID uses API key authentication. Your API key is passed as a Bearer token in the `Authorization: Bearer your_api_key` header on all requests. Webhook payloads can be verified using a signature mechanism to confirm payload authenticity. ## Rate Limits Rate limits are not publicly documented. Contact KYCAID support for throughput details on your plan. ## Nigeria-Specific Capabilities KYCAID has documented support for Nigerian identity verification through both document-based and document-free pathways: - **NIN Verification**: Enter a National Identification Number for direct validation against NIMC database records without requiring a physical document scan. - **Driver's License Verification**: Validate FRSC-issued driver's license numbers against government records. - **Document-Based Nigerian IDs**: NIN slips, voter cards, international passports, and driver's licenses can be verified through the document upload flow with OCR and authentication checks. ## Compliance & Regulations KYCAID is GDPR compliant and operates in accordance with applicable data protection regulations. The platform's AML screening covers OFAC, UN, EU, UK Treasury, and other major sanctions and PEP lists. For Nigerian fintech deployments, KYCAID's verification checks align with CBN KYC requirements for digital onboarding. The document-free NIN verification provides a strong foundation for meeting CBN Tier 1 and Tier 2 KYC thresholds. ## Challenges & Gotchas for Nigerian Developers 1. **GDPR data handling**: KYCAID processes data under EU GDPR frameworks. For NDPR (Nigerian Data Protection Regulation) compliance, verify the data processing agreement covers Nigerian user personal data appropriately. 2. **Currency**: KYCAID prices in EUR. Nigerian developers will pay in USD equivalents depending on their payment method and the EUR/USD exchange rate. 3. **Document-free verification depth**: While NIN and driver's license document-free checks are supported, BVN verification may not be included — confirm the scope of Nigerian database checks in your account plan. 4. **Smaller ecosystem**: KYCAID is a smaller vendor compared to Sumsub or Jumio. Support response times and documentation depth reflect this — budget for some self-service troubleshooting. ## Company Background KYCAID is a European-based KYC technology company focused on making identity verification accessible to businesses of all sizes through transparent, affordable pricing. The platform emphasizes in-house technology for all verification processes, which allows it to keep per-check costs lower than enterprise competitors who license third-party components. KYCAID is listed among the top KYC providers for African markets by multiple industry publications. ## Frequently Asked Questions **Q: Can Nigerian startups use KYCAID without a monthly subscription?** A: Yes. KYCAID is entirely pay-as-you-go — no monthly fee, no minimum commitment. You receive €50 free credit on signup to test real verifications. **Q: Does KYCAID support Nigerian NIN verification without document upload?** A: Yes. KYCAID's document-free verification checks Nigerian NIN numbers directly against the NIMC government database in approximately 20 seconds. **Q: What is the accuracy of KYCAID verifications?** A: KYCAID does not publicly publish an aggregate accuracy rate, but the platform uses AI-based analysis across 11,000+ document templates for its document checks. **Q: How long does integration take?** A: KYCAID estimates API integration from a few hours to a couple of days, depending on integration complexity and which products are used.
Identity & KYC, Development Tools
Identity management and KYC API for onboarding and verification. SEAMFIX provides APIs for identity verification, background checks, and compliance. Enables businesses to implement robust KYC/AML procedures.
Development Tools, Identity & KYC
Sumsub (Summary Verification) is a comprehensive identity verification and compliance platform used by over 2,000 businesses globally to verify users, screen for AML risks, monitor transactions, and onboard corporate entities. Headquartered in London with offices across Europe and the Americas, Sumsub powers KYC (Know Your Customer), KYB (Know Your Business), AML screening, and fraud prevention through a single API and no-code workflow builder. ## What the API Does Sumsub provides a suite of verification products accessible through a unified REST API. At the core is its document verification engine, which supports over 14,000 ID document types from more than 220 countries and territories. The platform extracts data from submitted documents using OCR, validates authenticity through tamper detection and security feature analysis, and cross-references extracted data against government databases where available. Beyond document checks, Sumsub offers biometric face matching — comparing a selfie to the document photo — combined with active and passive liveness detection to prevent spoofing attacks using printed photos, videos, or 3D masks. The platform also includes Nigerian NIN slip recognition, voter card parsing, and international passport verification, making it well-suited for Nigerian developer compliance requirements. ## How Developers Use It Developers integrate Sumsub via REST API or through pre-built mobile/web SDKs for iOS, Android, React Native, and Flutter. The typical integration flow involves creating an applicant (a user object in Sumsub), generating an SDK access token, and embedding the Sumsub Web SDK or Mobile SDK to collect the user's documents and selfie. The SDK handles the camera capture, liveness instructions, and document upload entirely in-browser or in-app, and fires a webhook back to your server when verification completes. For server-side processing, key endpoints include: `POST /resources/applicants` to create an applicant, `GET /resources/applicants/{applicantId}/status` to check verification status, `GET /resources/applicants/{applicantId}/one` to retrieve full check results, and `POST /resources/applicants/{applicantId}/requiredIdDocs` to configure which document types to accept. Sumsub Studio is the platform's no-code workflow builder where teams can design custom verification journeys — choosing which checks to run (document, biometric, AML, database, etc.) in what order, with conditional branching based on risk signals, without writing additional code. ## Pricing & Fees Sumsub operates on a per-verification pricing model with monthly minimum commitments. For non-regulated use cases (e.g., marketplaces, gig economy), pricing starts at $149/month with a per-verification cost of approximately $1.35. For regulated entities (fintechs, banks, crypto exchanges), the minimum rises to $299/month with per-verification costs around $1.85. Enterprise plans with custom pricing are available for high-volume customers. Sumsub does not publicly list a free tier; however, a sandbox environment with test credentials is available to all registered developers at no cost. ## Authentication Sumsub uses a dual-token authentication system. Each API request requires an App Token (passed in the `X-App-Token` header) and a request-specific HMAC SHA-256 signature (passed in the `X-App-Access-Sig` header, generated by signing the request body + timestamp using your Secret Key). This scheme prevents replay attacks and ensures requests cannot be tampered with in transit. Developers must store the Secret Key securely and never expose it client-side. The Sumsub SDK separately uses short-lived SDK Access Tokens generated server-side to authenticate end-user sessions. ## Rate Limits Rate limits are not publicly published and vary by plan tier. Sumsub's enterprise plans are designed for high-volume throughput, and production limits are negotiated as part of the contract. Developers on standard plans should contact Sumsub support to confirm their applicable limits. The sandbox environment has its own separate limits appropriate for testing. ## Compliance & Regulations Sumsub is ISO 27001 certified and GDPR compliant. The platform supports compliance with FATF (Financial Action Task Force) recommendations for AML screening, PEP and sanctions list checks against global watchlists including OFAC, EU, UN, and UK Treasury lists. For Nigerian businesses, Sumsub's checks are compatible with CBN KYC guidelines (customer due diligence requirements), NDPR data handling requirements, and EFCC AML obligations. For crypto businesses, the platform includes a Travel Rule module supporting compliance with the FATF Travel Rule for Virtual Asset Service Providers (VASPs), enabling originator/beneficiary data transmission for transactions above regulatory thresholds. ## Challenges & Gotchas for Nigerian Developers 1. **No native BVN lookup**: Sumsub does not directly query the NIBSS BVN database. For BVN verification, you would need to combine Sumsub with a Nigerian BVN API like Mono or Okra. 2. **HMAC signing complexity**: The request signing process is more involved than a simple API key — developers must correctly generate the HMAC SHA-256 signature on every request. Using the official SDK wrappers significantly reduces integration friction. 3. **Pricing for Nigerian scale**: At $1.35–$1.85 per verification, the cost can be significant for mass-market Nigerian apps with millions of users. Factor verification costs into your unit economics early. 4. **Data residency**: Sumsub stores verification data in EU-based infrastructure by default. For NDPR compliance, confirm your data processing agreement covers Nigerian user data appropriately. 5. **Webhook reliability**: Always verify incoming webhooks using the Sumsub signature header before trusting the payload — do not skip webhook signature validation in production. ## Company Background Sumsub was founded in 2015 and is headquartered in London, United Kingdom. The company has raised over $30 million in funding and serves clients in banking, crypto, lending, insurance, and marketplace industries. Notable clients include Bitpanda, Mercuryo, and Rapyd. Sumsub has a dedicated compliance team and regularly updates its watchlist databases and ID document templates. ## Frequently Asked Questions **Q: Can I use Sumsub without a business registration in Nigeria?** A: You can sign up and start testing in sandbox mode without a Nigerian business registration. Going live and enabling billing requires a valid business entity and may require compliance documentation. **Q: Does Sumsub support NGN billing?** A: Sumsub bills in USD. Nigerian businesses will need to pay via USD card, wire transfer, or through a payment provider that supports USD billing. **Q: How long does a verification take?** A: Automated decisions are returned in under 60 seconds in most cases. Manual review (for edge cases flagged by the system) typically takes a few hours. **Q: Is there a free trial?** A: Sumsub provides a full-featured sandbox environment for testing. A paid subscription is required to go live and run real verifications.
Identity & KYC, Development Tools, eCommerce
Onfido is an enterprise identity verification platform that combines AI-powered document verification, biometric face authentication, and AML watchlist screening into a single developer API. Founded in 2012 in London and acquired by Entrust in April 2024, Onfido continues to operate under its own brand within the Entrust portfolio. The platform serves thousands of businesses globally including Revolut, Zipcar, Bitstamp, and numerous regulated financial institutions. Onfido processes hundreds of millions of identity checks annually across 195+ countries. ## What the API Does Onfido's verification stack has three primary layers. The first is document verification — automated analysis of government-issued ID documents including passports, national ID cards, driver's licenses, and residence permits. Onfido's AI engine validates document authenticity by checking security features, analyzing MRZ (Machine Readable Zone) data, detecting tampering or manipulation, and comparing document templates against its global library. The second layer is biometric verification — a selfie-based face match comparing the live user's face against the document photo. Onfido supports both passive liveness (background analysis without user prompts) and active liveness (guided motion challenges to confirm presence). The liveness engine is designed to prevent spoofing via printed photos, replay videos, 3D masks, and increasingly, AI-generated deepfake imagery. The third layer is watchlist screening — automatic checks against global AML (Anti-Money Laundering) databases, PEP (Politically Exposed Persons) lists, and sanctions registries including OFAC, EU, UN, and UK Treasury. For Nigerian users, the platform supports NIN slips, voter cards, international passports (e-passport with NFC), and Federal Road Safety Corps driver's licenses. Onfido Studio ties these together as a no-code workflow builder — compliance and product teams can drag and drop verification steps, configure conditional logic (e.g., run database check if document is expired), set retry limits, and deploy new verification flows without engineering involvement. ## How Developers Use It Developers integrate Onfido via REST API and SDKs for Web, iOS, Android, and React Native. The standard integration pattern: 1. Create an applicant server-side using `POST /v3.6/applicants` — this creates a user object in Onfido with name and email. 2. Generate an SDK token using `POST /v3.6/sdk_token` — this short-lived token authorizes the client-side SDK session. 3. Initialize the Onfido Web SDK or Mobile SDK on the client, passing the SDK token. 4. The user is guided through document capture and selfie/liveness steps in the Onfido-hosted UI. 5. Create a check on your server using `POST /v3.6/checks` specifying which reports to run (document, facial_similarity, watchlist, etc.). 6. Receive results via webhook when the check completes, or poll `GET /v3.6/checks/{check_id}`. ## Pricing & Fees Onfido operates on custom enterprise pricing. Industry data suggests median annual spend of approximately $60,475, with a wide range from $6,156 for smaller integrations to over $945,000 for high-volume enterprise deployments. Charges are per verification check — document verification, biometric checks, and add-ons like AML screening are priced separately. There is no public per-check rate card; pricing is negotiated based on volume and use case. A sandbox environment is provided to all registered developers during the sales process for full integration testing. ## Authentication Onfido uses JWT (JSON Web Token) authentication. Backend API calls use a long-lived API token stored as a Bearer token in the Authorization header. Client-side SDK sessions use short-lived SDK tokens generated server-side via the `/sdk_token` endpoint — these expire after a configurable period to prevent session hijacking. Webhook payloads include an `X-SHA2-Signature` header for payload verification. ## Rate Limits Onfido does not publish public rate limits. Enterprise contracts specify throughput limits based on expected volume. The API is designed to handle burst verification loads. Contact Onfido/Entrust sales for specific rate limit commitments in your contract. ## Compliance & Regulations Onfido holds ISO 27001 certification, SOC 2 Type II attestation, PCI DSS compliance, and full GDPR compliance. The platform supports compliance with FATF anti-money laundering recommendations, UK FCA guidelines, EU AMLD5/6, FinCEN in the US, and CBN KYC requirements in Nigeria. For Nigerian financial institutions, Onfido's document + biometric verification stack satisfies CBN Tier 2 and Tier 3 KYC requirements as outlined in the CBN Customer Due Diligence Regulation 2023. ## Challenges & Gotchas for Nigerian Developers 1. **No self-serve signup**: Onfido requires enterprise onboarding through their sales team. There is no instant-activation self-serve plan — budget 2–4 weeks for contract and credential setup. 2. **USD-only billing**: All pricing is in USD. Nigerian developers need a USD-capable payment method for invoicing. 3. **No native BVN integration**: Onfido does not query the NIBSS BVN database directly. Pair with a Nigerian BVN API for BVN-based verification. 4. **SDK version management**: Onfido releases frequent SDK updates, especially for mobile. Lock your SDK version and test upgrades before deploying to production. 5. **NDPR considerations**: Biometric data processed by Onfido falls under NDPR as sensitive personal data. Ensure your data processing agreement with Onfido covers Nigerian user data handling and retention policies. 6. **Post-Entrust acquisition uncertainty**: Some developers have noted pricing changes following the Entrust acquisition. Negotiate carefully and review renewal terms. ## Company Background Onfido was founded in 2012 by Husayn Kassai, Eamon Jubbawy, and Ruhul Amin — three Oxford University graduates. The company raised over $200 million in VC funding before being acquired by Entrust, a digital security company, in April 2024 for a reported $400 million. Onfido's technology is now part of Entrust's broader digital identity portfolio, which includes certificates, credentialing, and authentication products. ## Frequently Asked Questions **Q: Is Onfido available in Nigeria?** A: Yes. Onfido supports Nigerian government IDs including international passports, NIN slips, voter cards, and driver's licenses as part of their global document library covering 195+ countries. **Q: Has anything changed since the Entrust acquisition?** A: The Onfido API, documentation, and brand continue to operate independently. The main changes are in sales and enterprise support structure, which is now routed through Entrust channels. **Q: Can I use Onfido for KYB (business verification)?** A: Onfido focuses on individual KYC (Know Your Customer) verification. KYB (Know Your Business / corporate verification) is not a core Onfido product — consider Sumsub or Jumio for KYB requirements. **Q: How do I get started without a sales call?** A: Contact Onfido through onfido.com to initiate enterprise onboarding. There is no self-serve option.
Development Tools, Data Validation
Numverify is a REST JSON API for international phone number validation and lookup covering 232 countries and territories including Nigeria. Operated by APILayer (apilayer.com), the API provides phone number validity checking, carrier identification, line type classification, and geographic location data in a single lightweight call. With a free tier of 100 monthly requests and paid plans from $9.99/month, Numverify suits developers at all scales needing affordable phone validation without a full communications platform. ## What the API Does Numverify accepts a phone number and returns a JSON object with: validity status, E.164 international format, local format, country prefix (+234 for Nigeria), country code (NG), country name, sub-national location, carrier name (MTN Nigeria, Airtel Nigeria, Globacom, 9mobile), and line type (mobile, landline, or special). All fields are returned in a single API call with no additional round trips. ## How Developers Use It A simple GET request with no SDK required: `GET http://apilayer.net/api/validate?access_key=YOUR_KEY&number=2348012345678&country_code=NG`. The access_key is passed as a query parameter. HTTPS requires a paid plan — the free tier is HTTP-only. Response is a JSON object with all available metadata returned immediately. ## Pricing & Fees Free plan: 100 requests/month, no credit card. Paid plans start at $9.99/month with higher monthly request limits. Annual billing saves up to 15%. All paid plans include 256-bit HTTPS encryption. ## Authentication API access key passed as a URL query parameter (`access_key=YOUR_KEY`). Keys are issued immediately after account registration at numverify.com. ## Rate Limits Free: 100 requests/month. Paid plans provide higher monthly limits based on the tier purchased. Requests above the monthly quota return an error response. ## Compliance Operated by APILayer under GDPR-compliant data handling. Phone numbers submitted are not stored beyond request processing time. For Nigerian deployments, carrier-level data supports phone number verification as part of KYC flows, compatible with CBN identity confirmation requirements. ## Challenges & Gotchas for Nigerian Developers 1. **HTTPS on paid plans only**: Free tier is HTTP-only — never use it in production with real user data. Upgrade before going live. 2. **No SIM Swap detection**: Numverify validates number metadata but cannot detect recent SIM changes — use Twilio Lookup for SIM Swap signals. 3. **Number portability gap**: Due to mobile number portability (MNP) in Nigeria, a number may have migrated to a different carrier than Numverify reports — the API reflects the original carrier assignment. 4. **100/month is minimal**: Any real app will exhaust the free quota quickly. Budget a paid plan for production use. 5. **No bulk endpoint**: One number per request — build batching logic on your own side for bulk validation. ## Company Background Numverify is a product of APILayer, a Vienna-based API marketplace founded in 2012. APILayer also operates Fixer (forex rates), Mailboxlayer (email validation), and several other developer-focused data APIs. The Numverify API is also available as an open-source library on GitHub (apilayer/numverify-API) for self-hosted deployments. ## Frequently Asked Questions **Q: Does Numverify support Nigerian numbers (+234)?** A: Yes. Nigeria is included in the 232-country coverage with carrier identification for MTN, Airtel, Glo, and 9mobile. **Q: Is HTTPS available on the free plan?** A: No. Upgrade to a paid plan before using in production. **Q: What is the difference between Numverify and Twilio Lookup?** A: Twilio Lookup charges per query ($0.005) with no subscription and adds SIM Swap detection. Numverify uses monthly subscription tiers without per-query charges, making it cheaper at consistent high volumes. Numverify is simpler to integrate but lacks real-time fraud signals. **Q: Can I validate in bulk?** A: No bulk endpoint — validate one number per request and parallelize on your side.
Identity & KYC, Development Tools
Jumio is an enterprise-grade identity verification and fraud prevention platform used by banks, fintechs, insurers, and regulated businesses across more than 200 countries. Founded in 2010 and headquartered in Sunnyvale, California, Jumio pioneered the use of artificial intelligence and computer vision for automated ID document authentication and biometric face verification. The company processes hundreds of millions of identity verifications annually and serves clients including Coinbase, Monzo, United Airlines, and various top-tier banks. ## What the API Does Jumio's core product is its KYX Platform — an end-to-end identity orchestration layer that brings together document verification, biometric authentication, AML screening, and fraud signals into a single configurable workflow. Unlike simpler KYC APIs, the KYX Platform allows compliance teams to design multi-step verification journeys with conditional logic, retry flows, and escalation paths — all without writing additional backend code. At the document layer, Jumio supports over 1,500 ID document types globally, including Nigerian international passports, National Identity Management Commission (NIMC) NIN slips, driver's licenses, and voter cards. The platform uses AI-powered OCR to extract machine-readable data from documents, multi-factor authenticity checks to detect forgeries and tampering, and document liveness detection to reject printed or screen-captured documents. The biometric layer performs face matching between the selfie captured during onboarding and the photo on the submitted document. Active liveness detection (requiring the user to perform real-time gestures) prevents spoofing via static photos, videos, and increasingly sophisticated deepfake attacks. ## How Developers Use It Jumio is integrated via REST API or through pre-built SDKs for Web, iOS, and Android. Because Jumio is enterprise-only, the typical integration path is: (1) sign a contract and receive API credentials, (2) initialize a verification transaction on your server, (3) embed the Jumio Web SDK or Mobile SDK to collect the user's document and selfie in a guided capture experience, and (4) receive verification results via webhook when processing completes. Key API endpoints include `POST /initiate` to create a new verification session and obtain an SDK token, `GET /verifications/{transactionReference}` to retrieve detailed results including extracted data fields, authenticity scores, and individual check outcomes, and event webhooks that fire on verification completion, expiry, or manual review escalation. ## Pricing & Fees Jumio operates exclusively on custom enterprise pricing negotiated through their sales team. There are no publicly listed per-check rates. Pricing varies based on verification volume, geographic markets, product modules selected (e.g., document-only vs. document + AML), and contract length. Jumio does not offer a self-serve free tier. A sandbox environment with test credentials is provided during the sales/onboarding process for integration development and QA testing. ## Authentication Jumio uses OAuth 2.0 with the Client Credentials grant type. Developers exchange their API Key and API Secret for a short-lived bearer token via the `/oauth2/token` endpoint. This bearer token is then included as an `Authorization: Bearer {token}` header on all subsequent API requests. Tokens have a configurable expiry (default typically 30 minutes) and must be refreshed. Webhook payloads from Jumio are signed, and the signature should be verified before processing the payload. ## Rate Limits Jumio does not publish rate limit specifications. As an enterprise platform, throughput limits are negotiated per contract and scaled to the client's expected verification volume. Jumio's infrastructure is designed to handle burst verification loads (e.g., product launches, marketing campaigns) without throttling, subject to contractual terms. ## Compliance & Regulations Jumio holds ISO 27001 certification (information security), SOC 2 Type II attestation, PCI DSS compliance, and GDPR compliance. The platform supports FATF recommendations for identity verification, AMLD5/6 requirements in Europe, FinCEN guidelines in the US, and CBN KYC requirements for Nigerian financial institutions. Jumio's AML module screens against OFAC, EU, UN, UK Treasury, and other major watchlists for PEPs and sanctioned individuals. ## Challenges & Gotchas for Nigerian Developers 1. **Enterprise-only onboarding**: There is no self-serve signup. Nigerian startups must go through a sales process, which can take weeks. This makes Jumio unsuitable for developers who need to get started quickly. 2. **USD-denominated pricing**: Jumio bills in USD, and at enterprise volumes, costs can be substantial. Budget carefully based on your verification volume estimates. 3. **No native BVN integration**: Jumio does not directly query the NIBSS BVN database — for BVN verification, you need a separate Nigerian-specific API. 4. **Data residency**: Verify data residency options with Jumio during contract negotiation, particularly for NDPR compliance regarding Nigerian user biometric data. 5. **SDK hosting requirements**: The Jumio Web SDK must be served over HTTPS. Ensure your hosting environment is SSL-configured before testing. ## Company Background Jumio was founded in 2010 by Daniel Mattes and is backed by investors including Centana Growth Partners and Millennium Technology Value Partners. The company processes over 500 million verifications annually and has won multiple industry awards for fraud prevention technology. In recent years, Jumio has expanded its AI capabilities significantly, adding deepfake detection and synthetic identity fraud prevention to its core product. ## Frequently Asked Questions **Q: Can a Nigerian startup use Jumio without a US entity?** A: Yes. Jumio onboards international businesses including Nigerian companies. You will need to complete their enterprise onboarding process with valid business registration documents. **Q: How long does enterprise onboarding take?** A: Typically 2–4 weeks from initial contact to receiving live API credentials, depending on contract negotiation and compliance documentation. **Q: Does Jumio support NGN billing?** A: No. Jumio invoices in USD only. **Q: What happens if a user fails verification?** A: Jumio returns a detailed decision including the specific check that failed (e.g., document authenticity, liveness, face match). You can configure retry flows within the KYX Platform or redirect users to a manual review queue.
Development Tools, Data Validation
VATComply is a completely free, open REST API for EU VAT compliance — providing current VAT rates for all 27 European Union member states and real-time EU VAT number validation via the official VIES (VAT Information Exchange System). No API key is required, no registration is needed, and there is no cost to use it. It is a particularly valuable tool for Nigerian businesses and developers who sell digital products or physical goods to European customers and need to handle EU tax obligations correctly. **What VATComply Does** VATComply provides two primary data services: **1. EU VAT Rates** Returns the current standard and reduced VAT rates for any EU member state. Different EU countries apply significantly different VAT rates. For example: - Germany: 19% standard, 7% reduced - France: 20% standard, 5.5% and 2.1% reduced - Hungary: 27% standard (highest in EU) - Luxembourg: 17% standard (lowest in EU) - Ireland: 23% standard, 13.5% reduced A single API call returns the complete rate structure for any country by ISO code. The historical rates endpoint returns VAT rates that were in effect on any given date — useful for auditing past invoices. **2. EU VAT Number Validation (VIES)** Validates whether an EU VAT number is genuine and active by querying the VIES database maintained by the European Commission. This is critical for B2B invoicing: when a Nigerian company sells to an EU business, the EU business provides its VAT number to receive a zero-rated invoice (reverse charge). If the VAT number is invalid, the Nigerian supplier may be liable for VAT themselves. VIES validation returns: - Whether the VAT number is valid and active - The business name associated with the VAT registration - The registered business address - The country of registration **How Developers Use VATComply** No authentication is required. Make a simple GET request: For VAT rates by country: GET https://api.vatcomply.com/rates?base=EUR For a specific country (Nigeria to EU): GET https://api.vatcomply.com/rates?country_code=DE For VIES VAT number validation: GET https://api.vatcomply.com/vat?vat_number=DE123456789 The response is a standard JSON object. Integration typically takes less than 30 minutes and requires no SDK. **Nigerian Business Context** Nigerian technology companies and businesses increasingly sell to European customers through several channels: - **SaaS platforms**: Nigerian tech startups selling software subscriptions to EU enterprises - **Digital products**: Developers selling apps, tools, templates, or digital downloads to European users - **Consulting/freelancing**: Nigerian developers and agencies invoicing EU clients - **Physical exports**: Manufactured goods, agricultural products, artisanal items exported to Europe In all these scenarios, EU VAT regulations apply. Since 2021, the EU's VAT on Digital Services (VADS) rules require non-EU businesses that exceed €10,000 in EU digital sales annually to register for VAT in the EU (via the OSS — One Stop Shop — scheme) and collect VAT from EU consumers. VATComply helps Nigerian businesses: 1. Determine the correct VAT rate for each EU customer's country at checkout 2. Validate EU VAT numbers provided by EU business customers to apply zero-rating 3. Maintain historical rate records for audit purposes 4. Automate the rate lookup so prices display correctly in EU-targeted storefronts **EU VAT Rates for Nigerian SaaS Companies** A Nigerian SaaS company with European customers faces a common scenario: a customer in Germany pays €100 for a subscription. The Nigerian company must: 1. Confirm whether the German customer is a business (has a valid EU VAT number) or an individual consumer 2. If a business (B2B): validate the VAT number with VIES, apply reverse charge (0% VAT), issue a zero-rated invoice mentioning "Reverse Charge" and the customer's VAT number 3. If an individual (B2C): charge German VAT at 19% on top of the €100 price VATComply automates steps 1 and 3 with a single API call. **VIES Validation for Zero-Rated B2B Invoicing** When Nigerian exporters or service providers invoice EU businesses, they must hold evidence that the customer is a registered EU business. VIES validation provides this evidence. Best practice: 1. At checkout or invoice generation, query VATComply with the customer's EU VAT number 2. Store the validation result (business name, address, timestamp) with the invoice record 3. If validation fails, do not apply zero-rating — charge VAT at the customer's local rate This creates a defensible audit trail in case of an EU tax authority inquiry. **Historical VAT Rates** VATComply's historical rates endpoint is useful for: - Amending past invoices with the correct rate that was in effect at the time - Tax return preparation covering multiple periods - Compliance audits requiring documentation of rates applied in prior years **Pricing and Rate Limits** VATComply is completely free. No pricing tiers, no API key, no account required. There are no documented rate limits for normal business usage, though extremely high-frequency automated calls may be throttled. For rate lookups (which rarely change and can be cached), a single daily refresh is sufficient. For VIES validation (which requires a live call per customer), the volume of real customer transactions is typically well within acceptable limits. **Compliance Considerations** VATComply queries the live VIES system operated by the European Commission. VIES itself can experience downtime or delays — if validation fails due to VIES being unavailable (not due to an invalid VAT number), the API will return an error. Production applications should handle VIES downtime gracefully, either retrying or falling back to manual validation. VATComply does NOT cover: - Nigerian VAT (FIRS is the Nigerian tax authority; use FIRS APIs or TaxPro Max for Nigerian VAT) - US sales tax (use TaxJar or Avalara) - UK VAT (post-Brexit UK is not in the EU VIES system) - VAT for non-EU countries **Company Background** VATComply is a developer-maintained open API project. The codebase is publicly available and the service is provided as a public good for developers who need EU VAT data without the overhead of integrating paid commercial tax APIs. It sources its rates data from official EU publication channels and VIES for real-time validation. **Alternatives** Commercial alternatives include Avalara (expensive, enterprise-focused), TaxJar (US-focused), and Stripe Tax (integrated into Stripe billing). For Nigerian companies already using Stripe, Stripe Tax automatically handles EU VAT calculation. VATComply's advantage is being completely free and requiring no account setup — ideal for bootstrapped Nigerian startups entering the EU market for the first time. VATComply is a must-have free tool for any Nigerian developer or business dealing with European customers, enabling correct EU tax compliance with minimal integration effort.
Identity & KYC, Development Tools
Trulioo is a global identity and business verification platform that provides access to over 13,000 data sources across 195+ countries to verify identities, authenticate documents, and screen for AML risks. Founded in 2011 in Vancouver, Canada, Trulioo has built one of the world's largest identity data networks, capable of verifying approximately 5 billion consumers and 330 million business entities globally. The platform serves regulated financial institutions, fintech companies, crypto exchanges, and digital marketplaces that operate across multiple jurisdictions. ## What the API Does Trulioo's platform combines multiple verification methods accessible through a single API: database identity checks (cross-referencing submitted data against authoritative third-party data sources), document verification (AI-powered analysis of government-issued IDs), biometric face matching, and business entity verification (KYB). The platform's defining strength is its breadth of data source integrations — rather than relying solely on document OCR, Trulioo can validate identity data against credit bureaus, government databases, utility records, telecoms data, and other authoritative sources in each country. For Nigeria specifically, Trulioo covers the country within its 195+ country network, enabling identity verification for Nigerian users as part of multi-country verification flows. ## How Developers Use It The Trulioo Platform API is accessed via REST endpoints. Developers can directly call individual verification services (e.g., document verification, database check) or combine multiple services in a single API call using Trulioo's Flow Builder. The Flow Builder provides a no-code interface where teams can design multi-step verification journeys, configure conditional logic, and publish flows as authenticated API endpoints — meaning each configured flow gets its own API endpoint that can be called from your backend. Webhooks deliver real-time verification event updates to your configured callback URL, enabling asynchronous processing of verification results without polling. Key events include verification completion, status changes, and manual review escalations. ## Pricing & Fees Trulioo operates on a B2B SaaS subscription model. Entry-level pricing begins at approximately $99/month, with transaction-based fees applied per verification check. Enterprise plans with custom pricing, volume discounts, and SLA guarantees are available. Trulioo does not publish a public rate card — pricing varies significantly based on the countries targeted, data sources accessed, and verification types used. Contact Trulioo sales for a quote tailored to your use case. ## Authentication Trulioo uses API key authentication. Flows configured in the Flow Builder can be published as authenticated, restricting access to the Trulioo Platform API using your API key as a Bearer token in the Authorization header. Webhook delivery can be configured with signature verification to confirm payload authenticity. ## Rate Limits Rate limits are not publicly documented. Enterprise plans include throughput commitments negotiated based on expected verification volume. Contact Trulioo for specific limits. ## Compliance & Regulations Trulioo is ISO 27001 certified, SOC 2 Type II attested, and GDPR compliant. The platform supports FATF global KYC recommendations, FinCEN guidelines, FINTRAC (Canada), FCA (UK), and applicable AML/CFT regulations across the jurisdictions it operates in. For Nigerian deployments, Trulioo's identity verification capabilities align with CBN Customer Due Diligence regulations and EFCC AML obligations. AML screening covers OFAC, UN, EU, UK Treasury, and global PEP watchlists. ## Challenges & Gotchas for Nigerian Developers 1. **Enterprise-only model**: No self-serve signup is available. Budget 2–4 weeks for enterprise onboarding and contract negotiation. 2. **Pricing complexity**: Different data sources in different countries have different per-check costs. Verify Nigeria-specific pricing during the sales process. 3. **USD billing**: Trulioo invoices in USD. Nigerian developers need a USD-capable payment method. 4. **Data source depth by country**: Trulioo's database check depth varies by country depending on available data source partnerships. Confirm the depth of Nigerian data source coverage for your specific use case. 5. **No native BVN query**: Trulioo does not directly integrate with NIBSS BVN data — supplement with a dedicated Nigerian BVN API if BVN verification is required. ## Company Background Trulioo was founded in 2011 by Stephen Ufford and Tanis Jorge. The company has raised over $475 million in total funding, including a $394 million Series D in 2021, making it one of the most well-funded identity verification companies globally. In 2022, Steve Craig became CEO. Trulioo is headquartered in Vancouver, Canada with offices in Dublin, Austin, and London. The company's GlobalGateway product is particularly known for its breadth of global data source access. ## Frequently Asked Questions **Q: Is Nigeria covered by Trulioo?** A: Yes. Nigeria is included in Trulioo's 195+ country coverage. Identity data can be verified through document checks and database lookups using available Nigerian data sources. **Q: Can a Nigerian startup use Trulioo without an enterprise contract?** A: No. Trulioo requires an enterprise agreement before granting API access. There is no self-serve or starter plan. **Q: How does Trulioo differ from Onfido or Sumsub?** A: Trulioo's differentiator is its depth of database identity verification across 13,000+ data sources — going beyond document OCR to cross-reference against credit bureaus, telcos, and government databases. This is especially valuable for users without high-quality document images. **Q: Does Trulioo support business verification (KYB)?** A: Yes. Trulioo can verify 330 million+ business entities globally, making it well-suited for B2B platforms that need to verify corporate customers.
Identity & KYC
Prembly (formerly known as IdentityPass) is a Nigerian-founded identity verification and compliance infrastructure company serving businesses across Africa. Originally launched as IdentityPass — with the Identitypass brand still widely recognized — the company now operates under the Prembly name while maintaining the "Identitypass by Prembly" product identity. All three domains (identitypass.com, myidentitypass.com, prembly.com) resolve to the same company, with prembly.com being the current primary brand. Prembly provides a comprehensive API that allows businesses to verify individual and business identities using government-backed data sources across seven African countries: Nigeria, Kenya, Ghana, Uganda, South Africa, Sierra Leone, and Rwanda. In Nigeria, Prembly is NIMC-licensed, meaning it has direct, authorized access to NIN data from Nigeria's National Identity Management Commission — one of the most critical authorizations for any Nigerian KYC provider. **Core Verification Services** For Nigeria, Prembly's API covers: 1. **BVN Verification (Basic and Advanced)**: Verify a Bank Verification Number against the CBN/NIBSS database. Basic returns name and DOB; Advanced returns full customer details including phone, enrollment bank, and photo. 2. **NIN Verification**: Verify a National Identification Number against NIMC's database, returning name, DOB, gender, and photo. Supports both standard NIN and Virtual NIN (vNIN) verification — the tokenized format required by NIMC's new data privacy policy. 3. **BVN + NIN + Phone Mashup**: A single API call that simultaneously verifies BVN, NIN, and phone number — dramatically simplifying KYC integration by reducing three separate calls into one. 4. **CAC Company Verification (KYB)**: Look up and verify a Nigerian company's CAC registration details — company name, registration number, directors, and status — for Know Your Business (KYB) compliance. 5. **FRSC Driver's License Verification**: Verify a Nigerian driver's license against the Federal Road Safety Commission database. 6. **International Passport Verification**: Verify a Nigerian international passport number and details. 7. **Vehicle Plate Number Verification**: Match a vehicle plate number to the registered owner's details. 8. **Stamp Duty Verification**: Verify stamp duty documents. 9. **Bank Account Name Verification**: Confirm that a bank account name matches the account number before initiating transfers — fraud prevention for disbursements. 10. **Address Verification**: Physical and digital address verification for Nigerian addresses. 11. **Facial Recognition & Liveness Detection**: Biometric verification matching a live selfie to a government ID photo, with liveness checks to prevent spoofing. **RadarR — AML & Compliance Screening** Prembly's RadarR product provides Anti-Money Laundering (AML) screening, sanctions list checking, and Politically Exposed Person (PEP) screening. This is a separate product within the Prembly ecosystem, designed for businesses with regulatory obligations to screen customers against global watchlists. **Pan-African Coverage** Beyond Nigeria, Prembly supports identity verification in Kenya, Ghana, Uganda, South Africa, Sierra Leone, and Rwanda — using country-specific national ID documents and verification databases. This makes Prembly a strong choice for platforms expanding across Africa without needing country-specific verification vendors. **Authentication & Developer Experience** API access is managed through dashboard.prembly.com. Keys are passed via the x-api-key header or as Bearer tokens. Sandbox credentials are available immediately upon account registration — no documents or credit card required for testing. Production access requires business verification (CAC + director ID). SDKs are available for Python (github.com/prembly/prembly_python) and JavaScript (Vanilla), with additional language support maintained in the Prembly GitHub organization. **Pricing** Prembly uses per-verification pricing. Rates vary by verification type (simpler lookups like NIN cost less than biometric or address verifications). No flat-rate pricing is publicly listed — sign up at dashboard.prembly.com for a pricing quote or enterprise plan. Volume discounts are available. **Compliance** Prembly is NIMC-licensed for NIN data access and complies with CBN KYC tiers 1–3, NDPR (Nigeria Data Protection Regulation), and relevant data privacy regulations in each supported country. All data handling adheres to NIMC's vNIN tokenization requirements. **Challenges** Pricing is not transparent without registration, which slows initial evaluation. Physical address verification involving field agents takes longer than instant digital checks. For international markets beyond Prembly's seven supported countries, a global KYC provider (Smile Identity, Sumsub, Jumio) would be needed. **Frequently Asked Questions** Q: Is Prembly the same as IdentityPass? A: Yes. Prembly is the parent company, and "Identitypass by Prembly" is the product name. All three domains (identitypass.com, myidentitypass.com, prembly.com) are the same company. Q: Can I test without a registered business? A: Yes. Sandbox access at dashboard.prembly.com requires only an email registration — no documents needed. Q: Does Prembly support AML screening? A: Yes, via the RadarR product — a separate AML and sanctions screening module within the Prembly ecosystem. Q: What is the BVN+NIN+Phone mashup endpoint? A: A single API call that verifies all three data points simultaneously, simplifying KYC for Nigerian customer onboarding. Q: Which African countries does Prembly support? A: Nigeria, Kenya, Ghana, Uganda, South Africa, Sierra Leone, and Rwanda.
Identity & KYC
VerifyMe Nigeria is an identity verification and trust infrastructure company tackling "Africa's credibility gap" — the challenge of verifying identities, addresses, employment histories, and background information in markets where traditional verification methods fail. Founded in Nigeria and licensed by the National Identity Management Commission (NIMC), VerifyMe provides API-accessible verification services used by over 10,000 businesses across fintech, lending, HR, insurance, e-commerce, and logistics in Nigeria and across Africa. The company has verified over 500 million identities and 400,000 addresses, making it one of the most battle-tested identity verification platforms in Nigeria. Notable clients include Moniepoint (one of Nigeria's largest fintech companies, using VerifyMe for employment verification) and ALT Finance (using address verification for loan underwriting). **Core Verification Services** VerifyMe provides seven categories of verification, all accessible via REST API: 1. **NIN (National Identity Number) Verification** — Verifies a customer's NIN against NIMC's national identity database. NIMC-licensed access ensures government-authorized data retrieval. Supports standard NIN and Virtual NIN (vNIN) verification — the NIN alias format required by the NIMC for data privacy protection. 2. **BVN (Bank Verification Number) Verification** — Verifies a customer's BVN against the CBN/NIBSS database, confirming name, date of birth, and phone number match. Essential for CBN-mandated KYC for Nigerian financial services. 3. **FRSC Driver's License Verification** — Verifies Nigerian driver's license details against the Federal Road Safety Commission database — name, DOB, license number, and status. 4. **Address Verification** — Physical address verification using a network of field agents (GOVA) combined with 4D geo-location technology. Meets CBN Tier III KYC requirements for address confirmation. Verifies both residential and business addresses. 5. **Employment History Verification** — Confirms a person's current and past employment details — employer name, job title, employment period, and reason for leaving — useful for lending credit assessment and HR screening. 6. **Property Verification** — Verifies property ownership and occupancy details for loan collateral assessment, rental agreements, and real estate due diligence. 7. **Guarantor Verification** — Verifies the identity and contact details of loan guarantors, with optional physical visit confirmation. **AI-Powered Facial Recognition & Liveness Detection** VerifyMe integrates facial recognition with liveness detection for contactless customer onboarding. Customers can complete identity verification using selfie + government ID, with the AI system matching the face to the government ID photo and confirming the user is physically present (not a photo or video replay). This is particularly valuable for digital-first fintechs that cannot collect physical documents. **Core Products** **QoreID** — A KYC and compliance integration product that provides a centralized verification endpoint with configurable workflows. Developers can build custom KYC journeys combining multiple verification types (e.g., NIN + BVN + liveness + address) in a single flow. QoreID also includes VeriLinks — shareable verification links that customers complete without requiring the business to write any code. This makes KYC accessible to non-technical teams. **Pluto** — A background check platform for employment and pre-hire screening. Pluto enables HR departments and recruitment agencies to request remote candidate verification covering identity, employment history, educational credentials, address, and criminal history — all without scheduling in-person appointments. Reports include risk scoring and structured output for HR decision-making. **GOVA** — A network of VerifyMe verification agents deployed across Nigeria who conduct physical address and guarantor verifications. The agent network gives VerifyMe reach into informal Nigerian addresses and rural areas that digital-only verification cannot cover. **Authentication** VerifyMe uses API key authentication. Keys are issued after account creation and approval at app.verifyme.ng. API keys are passed as Bearer tokens in the Authorization header of all API requests. Test credentials are separate from production credentials. **Compliance** All VerifyMe verifications are compliant with: - **NIMC regulations**: Licensed data processor for NIN verification - **CBN Tier 1, 2, 3 KYC requirements**: Identity, BVN, and address verifications meet all CBN tier upgrade requirements - **AML (Anti-Money Laundering)** guidelines for regulated financial institutions - **NDPR (Nigeria Data Protection Regulation)**: Data handling complies with Nigeria's data privacy law **Pricing** VerifyMe uses per-verification pricing. No flat-rate pricing is publicly listed — rates vary by verification type (NIN is typically cheaper than address or employment verification). Contact sales@verifyme.ng or sign up at app.verifyme.ng for pricing. Enterprise volume pricing is available. **Challenges for Nigerian Developers** Pricing is not transparent without a sales engagement, which can slow initial evaluation. NIN verification requires NIMC licensing/certification, which VerifyMe holds — so developers do not need to obtain their own NIMC license. Address and employment verifications involving physical agent visits take longer (hours to days) than instant digital verifications. **Frequently Asked Questions** Q: Is VerifyMe licensed by NIMC? A: Yes. VerifyMe is a NIMC-licensed data processor, authorized to access Nigeria's NIN database. Q: Does VerifyMe support Virtual NIN (vNIN)? A: Yes. Both standard NIN and Virtual NIN verification are supported. Q: How do I get started with the API? A: Create an account at app.verifyme.ng to receive test credentials and access documentation at docs.verifyme.ng. Q: Does VerifyMe offer a no-code option? A: Yes. QoreID's VeriLinks allow KYC collection without any coding — share a link with the customer. Q: How long does address verification take? A: Physical address verification using the GOVA agent network typically takes hours to 1–2 business days depending on location and agent availability.
Development Tools, Data Validation
India Pincodes API is a free, public REST API that provides postal code (PIN code) lookup data for India's postal system. Given an Indian PIN code (6-digit postal code), the API returns the associated post office details including post office name, branch type, delivery status, district name, division, region, circle, and state. This is useful for applications targeting the Indian market that need to validate delivery addresses, identify serviceable areas by postal zone, or provide location context from a postal code input. The API requires no API key or account registration — queries are made with simple HTTP GET requests and responses are returned as JSON. This zero-setup approach makes it easy to integrate into Indian address validation workflows. Coverage is comprehensive for India's postal network of over 150,000 post offices. This API has no relevance for Nigerian applications or users. India and Nigeria use completely different postal addressing systems — Nigeria does not have a PIN code system equivalent to India's, and Nigerian postal codes (where used) follow a different format managed by NIPOST. Nigerian developers should disregard this API for domestic use and consider it only if building applications that specifically require Indian address validation or postal coverage as part of a global application.
Data Validation
NoParam is a real-time email validation API launched in March 2025, designed for developers who need fast, accurate, and privacy-compliant email verification without the complexity of older enterprise platforms. With a Pro pricing tier of $1.38 per 1,000 validations and a zero-retention data policy, NoParam positions itself as both affordable and compliant by default — making it suitable for Nigerian developers building under NDPR data minimization requirements. The API validates emails in under 300 milliseconds and goes beyond basic format checking to detect disposable email services and role-based addresses — two common vectors for fake signups in Nigerian consumer apps. ## What the API Does NoParam performs the following validation steps on each submitted email address: 1. **Syntax check**: Validates that the email address follows correct formatting rules (valid characters, @ symbol, valid domain structure). 2. **Domain existence check**: Confirms the email domain is registered and has valid DNS records. 3. **MX record check**: Verifies the domain has mail exchange records configured to receive email — confirming the domain is set up for email delivery. 4. **Mailbox existence check**: Probes the mail server to confirm the specific mailbox exists, without sending an actual test email. 5. **Disposable email detection**: Identifies addresses from temporary email services (10minutemail, Guerrilla Mail, Mailinator, etc.) commonly used to bypass registration requirements. 6. **Role-based email detection**: Flags addresses like info@, admin@, support@, sales@ which are typically shared team inboxes rather than individual user addresses — poor targets for personalized marketing or one-to-one communications. Results are returned in under 300ms as a JSON object with the validation status and individual check outcomes. ## How Developers Use It Integration is a simple REST API call with your API key for authentication. The endpoint accepts an email address and returns a JSON validation result. No SDK is required, though client examples are available in the NoParam documentation at docs.noparam.com. Beyond direct API integration, NoParam provides: - **WordPress plugin**: Validates emails directly in WordPress forms, WooCommerce checkouts, and registration pages without writing API code. - **Mailchimp integration**: Connect NoParam to your Mailchimp account to validate emails as they are added to your marketing lists. - **HubSpot and Brevo integrations**: Announced as coming soon. ## Pricing & Fees - **Free tier**: Available for initial testing and low-volume use. No credit card required. - **Pro plan**: $1.38 per 1,000 email validations — one of the most competitive per-validation rates among active email validation APIs. - **Enterprise**: Custom pricing with priority processing and dedicated support for high-volume users. ## Authentication API key authentication. Keys are obtained from the NoParam dashboard after registration at noparam.com. ## Rate Limits NoParam returns results in under 300ms. Specific per-second rate limits are not publicly documented and vary by plan. Contact NoParam for high-throughput production requirements. ## Privacy & Compliance NoParam is designed with privacy as a core principle: **the service never stores submitted email addresses**. Data is processed for validation and discarded — not retained in any database for secondary use, marketing, or resale. This zero-retention policy makes NoParam compliant with GDPR (EU), CCPA (California), and PIPEDA (Canada) by design. For Nigerian deployments under NDPR (Nigeria Data Protection Regulation), which requires data minimization and appropriate safeguards for personal data, NoParam's zero-retention architecture reduces data liability risk compared to providers that retain validated email records. ## Challenges & Gotchas for Nigerian Developers 1. **New platform (March 2025)**: NoParam is a relatively young service. While the core product works, ecosystem maturity (support depth, documentation breadth, edge case coverage) is still developing. 2. **No spam trap detection**: NoParam does not identify spam trap addresses — a gap that matters for email marketers protecting sender reputation. Pair with ZeroBounce if spam trap detection is required. 3. **No bulk file upload**: NoParam processes emails individually via API — no drag-and-drop CSV bulk upload tool as offered by ZeroBounce or Mailgun Validate. 4. **USD billing**: NoParam charges in USD. Nigerian developers need a USD-capable payment method. 5. **Free tier limits**: Free tier volume limits are not explicitly published — test your usage patterns before committing to the Pro plan. ## Company Background NoParam is a newer entrant in the email validation market, launched in March 2025. The product emphasizes simplicity, speed, privacy compliance, and competitive pricing as its differentiators. The WordPress plugin and no-code integrations (Mailchimp, and upcoming HubSpot and Brevo) suggest the team is targeting both developers and non-technical business users. ## Frequently Asked Questions **Q: Does NoParam store the emails I validate?** A: No. NoParam explicitly states it never stores submitted email data. Processing happens in memory and data is discarded after validation. **Q: Is the Pro tier really $1.38 per 1,000 validations?** A: Yes. At $0.00138 per email, the Pro tier is among the most competitively priced email validation options available. **Q: Does NoParam have a WordPress plugin?** A: Yes. A NoParam WordPress plugin is available to validate emails directly in WordPress forms without API coding. **Q: Can NoParam detect disposable email addresses?** A: Yes. Disposable email detection is included in all plans. Role-based email detection is also included.
Identity & KYC
MetaMap (formerly known as Mati) is a global identity verification and KYC (Know Your Customer) platform that enables businesses to verify the identities of their users through document scanning, liveness detection, biometric face matching, and direct database verification against government records. For Nigerian businesses, MetaMap provides native verification of Nigerian government-issued identity documents and databases — NIN (National Identification Number), BVN (Bank Verification Number), CAC (Corporate Affairs Commission) registrations, international passports, driver's licenses, and voter cards — making it one of the most comprehensive KYC solutions available for the Nigerian market. **What MetaMap Does** MetaMap provides a complete identity verification pipeline with multiple layers: **1. Document OCR and Authentication** Users submit a photo or scan of a government-issued ID. MetaMap's OCR engine automatically extracts all text fields (name, date of birth, ID number, expiry date), classifies the document type, and performs authenticity checks (detecting tampering, font anomalies, security feature violations). Supported Nigerian documents include: - NIN card (National Identity Card) - International passport (Nigerian e-passport) - Driver's license (FRSC-issued) - Voter's card (INEC-issued) - BVN-linked bank account identity **2. Liveness Detection** A selfie-based liveness challenge confirms the user is physically present and not using a photo or video replay attack. MetaMap's liveness detection uses active challenges (blinking, turning head, smiling) combined with passive AI analysis to detect spoofing attempts, meeting the requirements of ISO 30107-3 Presentation Attack Detection standards. **3. Biometric Face Match** After liveness confirmation, MetaMap compares the selfie against the photo on the submitted ID document. The biometric match score determines whether the person holding the ID is the same person pictured on it — the core protection against using stolen documents. **4. Database Verification (Nigeria-Specific)** Beyond document verification, MetaMap queries Nigerian government databases directly: - **NIN verification**: Validates the NIN number against NIMC (National Identity Management Commission) records - **BVN verification**: Validates the Bank Verification Number against CBN/NIBSS records - **CAC verification**: Validates Nigerian business registration numbers against CAC records for KYB (Know Your Business) checks - **Driver's license**: Validates against FRSC (Federal Road Safety Corps) database This database verification layer is critical — it confirms the document is not only authentic but also belongs to the specific individual presenting it. **5. AML Watchlist Screening** MetaMap screens names against global sanctions lists (OFAC, EU, UN), PEP (Politically Exposed Persons) databases, and adverse media sources — an essential layer for Nigerian financial institutions complying with FATF recommendations and CBN AML/CFT regulations. **6. KYB (Know Your Business)** For B2B onboarding, MetaMap supports business verification: confirming Nigerian company registration status through CAC, verifying beneficial ownership, and screening company names and directors against sanctions databases. **How Developers Integrate MetaMap** MetaMap provides multiple integration options: - **Web SDK**: A JavaScript SDK that renders the complete KYC flow in-browser — camera capture, liveness challenge, and document upload in a white-labeled UI - **Mobile SDK (iOS and Android)**: Native SDKs for embedding the KYC flow directly into mobile apps, leveraging the device camera and biometric capabilities - **REST API**: For server-side orchestration — submit pre-captured images via API for processing without using the UI SDKs - **No-Code Flow Links**: Generate a unique verification link to share with users who complete KYC via a web browser without any custom integration Authentication uses OAuth 2.0 client credentials: exchange your API client ID and secret for an access token, then use the token for all API calls. **Webhooks** MetaMap sends webhook notifications when verification status changes — approved, rejected, or pending manual review. This enables real-time onboarding automation without polling. **Pricing** MetaMap uses custom, volume-based pricing. There is no published self-serve pricing — businesses contact MetaMap sales to negotiate pricing based on: - Verification volume (number of checks per month) - Document types required (NIN + BVN database checks cost more than document-only checks) - Geographic markets - Contract length A free sandbox environment is available for development and testing. **Nigerian Regulatory Context** Nigerian fintech regulation requires KYC compliance at multiple tiers: - **CBN KYC Regulations**: Tiered KYC (Tier 1/2/3) for mobile money and payment service banks - **NDPR Compliance**: MetaMap processes biometric data — a special category under Nigeria's NDPR requiring explicit consent and enhanced data protection measures - **FATF Recommendations**: AML screening is required for financial institutions and virtual asset service providers MetaMap's Nigerian document verification and AML screening capabilities directly address these regulatory requirements, enabling Nigerian fintechs to demonstrate compliance during CBN examinations. **Company Background** MetaMap was founded in 2019 as Mati Identity and rebranded to MetaMap around 2021. The company is headquartered in San Francisco with strong emerging market focus, particularly in Latin America and Africa. They have raised significant venture funding and serve hundreds of businesses globally. MetaMap's Nigerian operations include direct integrations with NIN, BVN, and CAC databases — demonstrating a genuine commitment to the Nigerian market rather than a generic global solution applied superficially. MetaMap is a leading choice for Nigerian businesses that need comprehensive, end-to-end KYC with native Nigerian database verification, biometric liveness detection, and AML screening in a single integrated platform.
Identity & KYC, Development Tools
Smile Identity (also known as SmileID) is Africa's leading identity verification company, providing KYC, biometric authentication, document verification, and AML compliance infrastructure to businesses across 52 African countries. Founded with a specific focus on the African market, Smile Identity has built its technology to address a challenge that global identity verification providers consistently fail at: accurately verifying African identities using AI and biometrics trained on African faces. The company holds ISO 27001 (information security), SOC 2 Type 2 (security and availability), and ISO/IEC 30107-3:2023 Level 2 (biometric presentation attack detection) certifications — achieving a 0% biometric facial attack penetration rating, the highest level of liveness detection certification achievable. **Nigeria Coverage — 9 Government Databases, 132M+ Records** In Nigeria, Smile Identity verifies against nine government identity databases, providing the widest official data coverage of any single KYC provider in the market: 1. NIN (National Identification Number) — NIMC database 2. NIN V2 (enhanced NIN with additional fields) 3. V_NIN (Virtual NIN — tokenized format per NIMC policy) 4. BVN (Bank Verification Number) — NIBSS database 5. Bank Account verification 6. Phone Number verification 7. Voter ID (INEC — Independent National Electoral Commission) 8. FRSC Driver's License 9. International Passport This 9-database coverage gives Nigerian businesses access to 132 million+ identity records, ensuring that virtually any Nigerian customer with any government-issued ID can be verified through a single Smile Identity integration. **SmartSelfie — African-Face-Optimized Biometric Authentication** SmartSelfie is Smile Identity's proprietary biometric authentication system, built with six AI anti-spoof models specifically trained on African facial features. This is a critical differentiator: most global facial recognition systems are trained on predominantly Western facial data, resulting in significantly higher error rates (false rejections and false acceptances) for African users. SmartSelfie achieves 99.8% accuracy on African faces, making it the most reliable biometric tool for Nigerian and broader African customer onboarding. The system detects presentation attacks (photographs, videos, masks, deepfakes) at ISO/IEC 30107-3:2023 Level 2 — the highest certification level — with a documented 0% penetration rate in testing. **Document Verification & OCR** Smile Identity's document verification module uses OCR to extract data from physical and digital identity documents — passports, national IDs, driver's licenses — and cross-references the extracted data against government databases to confirm authenticity. This catches tampered, expired, or fabricated documents that database-only lookups would miss. **Business Verification (KYB)** For Know Your Business (KYB) compliance, Smile Identity verifies company registration details, directors, and ultimate beneficial ownership against business registry databases. This is used by B2B lenders, payment platforms, and corporate banking services. **AML Compliance** Smile Identity includes AML (Anti-Money Laundering) screening capabilities — checking customer identities against global sanctions lists, PEP databases, and adverse media — as part of the integrated compliance workflow. **52-Country African Coverage** Smile Identity supports identity verification across 52 African countries using country-specific national ID documents and government databases. This makes it the most geographically comprehensive African KYC provider, particularly valuable for platforms with pan-African ambitions. **Authentication & Integration** API access requires both an API Key and a Partner ID, issued after account registration at portal.usesmileid.com. Both credentials must be present in all API requests. SDKs are available for web, iOS, and Android — enabling both server-to-server integrations and embedded mobile verification flows. A free sandbox environment is available immediately upon registration. **Pricing** Per-verification pricing, tiered by volume. Specific rates vary by ID type and country. Enterprise volume pricing is available. Contact Smile Identity for current pricing schedules. **Why Choose Smile Identity Over Other Providers** The unique combination of 52-country African coverage, African-face-trained biometrics at ISO Level 2 certification, and 9 Nigerian government database access makes Smile Identity the strongest choice for African-market-focused KYC. Global providers like Jumio or Onfido offer broader international coverage but have weaker African-face accuracy and fewer Africa-specific database integrations. **Frequently Asked Questions** Q: What makes SmartSelfie different from standard facial recognition? A: SmartSelfie uses 6 AI models trained specifically on African faces, achieving 99.8% accuracy — far higher than Western-trained models. Q: How many Nigerian ID types can Smile Identity verify? A: Nine — NIN, NIN V2, vNIN, BVN, bank account, phone, Voter ID, FRSC Driver's License, and International Passport. Q: What certifications does Smile Identity hold? A: ISO 27001, SOC 2 Type 2, and ISO/IEC 30107-3:2023 Level 2 (0% biometric attack penetration). Q: Is there a sandbox for testing? A: Yes — register at portal.usesmileid.com to access sandbox credentials immediately. Q: Does Smile Identity cover countries outside Africa? A: Smile Identity is Africa-focused (52 countries). For non-African markets, use a global provider.
Identity & KYC, Security
Youverify is a Nigerian-founded identity verification and compliance infrastructure company offering an end-to-end KYC, AML, and fraud prevention platform designed for African businesses operating under regulatory compliance requirements. Trusted by hundreds of businesses across Nigeria and 30+ African countries, Youverify's flagship product — the YouVerify Operating System (yvOS) — provides access to a global government-backed identity database of 300 million+ records through a single unified API. Youverify is particularly distinguished by its direct integrations with Nigerian government identity authorities: NIMC (NIN verification), NIBSS (BVN verification), and CAC (business registration) — meaning verifications return data directly from authoritative government sources, not from third-party aggregated copies. This direct-source approach significantly reduces false positives and data freshness issues. **yvOS — YouVerify Operating System** yvOS is Youverify's core product: a unified API endpoint that orchestrates the full KYC/AML workflow in a single session. Developers configure a verification flow (e.g., NIN + BVN + facial recognition + AML screening) and yvOS handles all data source routing, response aggregation, risk scoring, and audit trail generation automatically. This eliminates the need to manage multiple separate API integrations and build custom orchestration logic. **Nigerian ID Verifications Supported** - **BVN (Bank Verification Number)**: Direct NIBSS verification — returns name, DOB, phone, and enrollment details - **NIN (National Identification Number)**: Direct NIMC verification — confirms identity against Nigeria's national biometric database - **FRSC Driver's License**: FRSC database verification of license number, holder name, and validity - **International Passport**: Nigerian immigration service verification - **Voter ID (INEC)**: Independent National Electoral Commission voter registration verification - **CAC Company Verification**: Corporate Affairs Commission lookup for KYB compliance **Video KYC (vKYC) — CBN Compliant** Youverify's video KYC module allows businesses to conduct live identity verification sessions with customers via video call. The vKYC session is recorded, encrypted, and stored for the CBN-mandated minimum of five years. ISO 30107-3 compliant liveness detection with deepfake resistance is embedded in the session, providing a tamper-evident audit trail from initial onboarding through to ongoing compliance monitoring. **Biometrics & Liveness Detection** Facial recognition with active and passive liveness detection is available as a standalone verification step or integrated into the full KYC flow. The liveness detection is ISO 30107-3 compliant, meaning it meets the international standard for biometric presentation attack detection. Deepfake attacks — increasingly used to bypass identity checks — are specifically addressed. **AML & Compliance Screening** Automatic PEP (Politically Exposed Person) and sanctions screening is triggered at the point of vKYC or KYC completion. Results feed into the customer's initial risk score and the case management workflow in Youverify's compliance dashboard. AML screening covers global sanctions lists, PEP databases, and adverse media sources. **30+ African Countries** Beyond Nigeria, Youverify supports identity verification in 30+ African countries including Ghana, Kenya, South Africa, Ivory Coast, Senegal, and others. Country-specific national ID documents are supported, making it a strong choice for platforms expanding across Africa. **Authentication & Data Security** Youverify uses API key-based authentication. All data in transit is encrypted with TLS 1.2 minimum; data at rest uses AES-256 encryption. The platform is designed to comply with NDPR (Nigeria Data Protection Regulation) and CBN data handling requirements. **Integration Options** Youverify integrates via REST API or plug-and-play SDKs (available for web, iOS, and Android). The SDK approach enables non-technical teams to embed verification flows without writing custom API integration code. The platform delivers 99.9% uptime through enterprise-grade infrastructure. **Pricing** Per-verification pricing — rates vary by verification type (basic ID lookup vs. biometric + liveness vs. full video KYC) and country. Enterprise plans with volume pricing are available. Contact Youverify for a pricing schedule. **Challenges for Nigerian Developers** Pricing requires a sales engagement. While yvOS simplifies integration by providing a unified API, configuring complex multi-step verification flows may require compliance and product design input beyond standard developer integration. Physical address verification involves agent visits with associated delays. **Frequently Asked Questions** Q: Does Youverify use direct government data sources for Nigeria? A: Yes. Youverify integrates directly with NIMC (NIN), NIBSS (BVN), and CAC — not via aggregated copies. Q: Is Youverify's liveness detection certified? A: Yes — ISO 30107-3 compliant with deepfake resistance. Q: How many African countries does Youverify cover? A: 30+ African countries through the yvOS platform. Q: How long is vKYC session data retained? A: 5 years — the minimum required by CBN regulations. Q: Does Youverify support AML screening? A: Yes — automatic PEP and sanctions screening with risk scoring is included in the platform.
Identity & KYC, Development Tools
Carbon (OneFi Limited) is a Nigerian digital financial services company operating as Carbon Microfinance Bank, licensed and regulated by the Central Bank of Nigeria (CBN). Carbon offers two developer-facing API products: the Carbon Business API — a BaaS layer for virtual accounts, payouts, and transaction management — and CarbonIVS, an identity verification system that connects directly to Nigeria government identity databases including BVN, NIN, International Passport, Driver's Licence, and Voter Registration. What the APIs Do The Carbon Business API enables fintechs and businesses to issue virtual bank account numbers to customers (static or dynamic), initiate and monitor payouts to any Nigerian bank, retrieve transaction history, and receive webhook events for real-time transaction notifications. It is designed as a BaaS layer for building financial products on top of CBN-licensed infrastructure. CarbonIVS is a separate identity verification product that lets developers automate KYC flows by verifying users against all major Nigerian identity databases in real time. All verification results are reported on a dashboard in real time. CarbonIVS requests require AES encryption using your API key for additional security. How Developers Use It Developers access the API at docs.getcarbon.co. Authentication uses an API key passed via the x-carbon-key header. The sandbox base URL is carbonapistagingsecure.getcarbon.co/baas/api. Responses are JSON. To go live, businesses must complete Carbon onboarding and provide required compliance documents. Rate limits are not publicly documented — developers should contact Carbon support for current thresholds. Pricing Carbon does not publish pricing publicly. Both the Business API and CarbonIVS are enterprise products that require direct engagement with the Carbon sales team. A sandbox environment is available for testing at no cost. Authentication All API requests use an x-carbon-key header with your API key. CarbonIVS requests additionally require AES encryption of the payload using the API key for enhanced security during identity data transmission. Compliance Carbon operates as Carbon Microfinance Bank (RC 1642222), regulated by the Central Bank of Nigeria. This makes it one of the most credible BaaS providers in Nigeria for businesses requiring a licensed banking infrastructure partner. CBN mandates KYC compliance — Carbon handles this through CarbonIVS for its partners. Challenges and Gotchas (1) Pricing is not public — requires a sales call before you can estimate integration costs. (2) Business API and CarbonIVS are separate products with separate onboarding. (3) Rate limits undisclosed — must be requested directly. (4) AES encryption requirement for CarbonIVS adds implementation complexity. (5) Carbon is Nigeria-only — no cross-border or international payment support. Company Background Carbon was founded in Nigeria by Chijioke Dozie and is headquartered in Lagos at Plot 642C Akin Adesola Street. The company employs over 90 people and has served millions of Nigerian consumers through its personal finance app. The business API suite is a newer B2B offering targeting fintechs and enterprises needing CBN-backed infrastructure. FAQs Q: Is Carbon a bank? A: Yes. Carbon operates as Carbon Microfinance Bank, CBN-licensed and regulated. Q: Can I use Carbon API without being a Nigerian business? A: No. Carbon BaaS and CarbonIVS are designed for Nigeria-registered businesses operating in Nigeria. Q: Is there a sandbox? A: Yes. Sandbox access is available at carbonapistagingsecure.getcarbon.co. Q: What identity documents can CarbonIVS verify? A: BVN, NIN, International Passport, Driver's Licence, and Voter Registration card — all major Nigerian government IDs. Q: Do I need to encrypt requests for the Business API? A: AES encryption is specifically required for CarbonIVS identity verification calls. Standard Business API calls use the x-carbon-key header without additional encryption.
Data Validation, Development Tools, Payments
NumlookupAPI is a phone number lookup and validation API providing real-time carrier identification, line type detection, geographic location data, and number format normalization for global phone numbers including Nigerian (+234) numbers. Operated by EverAPI (everapihq), the platform offers a developer-friendly integration path with a free trial requiring no credit card, paid plans from $9.99/month, and a 99.99% uptime SLA on all paid tiers. The API is designed for businesses that need to validate phone numbers at point of entry, enrich CRM contact data, or screen registrations for invalid or suspicious numbers — without the complexity of a full communications platform. ## What the API Does A single NumlookupAPI call accepts a phone number and returns: - **Validity**: Whether the number is a valid, recognized phone number. - **Number (E.164)**: The number in international E.164 format. - **Carrier**: The mobile network operator (e.g., MTN Nigeria, Airtel Nigeria, Globacom, 9mobile). - **Line type**: Mobile, landline, VoIP, or unknown. - **Location**: Country and sub-national region associated with the number prefix. - **Country code**: ISO 2-letter country code (NG for Nigerian numbers). The API integrates with CRM systems, marketing platforms, and custom applications for automated phone number quality management. ## How Developers Use It GET request to the NumlookupAPI endpoint with the phone number and API key. The response is a JSON object with all available metadata. SDKs and client libraries are available for popular languages through the GitHub repository (everapihq/numlookupapi). Integration is straightforward and can be completed in under an hour. ## Pricing & Fees - **Free trial**: Available with no credit card required for initial testing. - **Paid plans**: Start at $9.99/month providing 7,000 API requests per month. - **Custom plans**: Available for businesses requiring more than 300,000 requests per month. - All paid plans include unlimited API connections (no concurrent request limit) and the 99.99% uptime guarantee. ## Authentication API key authentication. The key is passed as a parameter in the API request. Keys are issued immediately after registration. ## Rate Limits Rate limits are based on monthly request quotas per plan tier. Paid plans come with unlimited concurrent API connections — requests are processed without queuing. Monthly quotas reset each billing cycle. ## Compliance NumlookupAPI processes phone numbers for validation and lookup purposes. Data handling policies are consistent with standard API service agreements. For Nigerian deployments, the carrier and format data returned supports phone number verification as part of broader user onboarding flows. ## Challenges & Gotchas for Nigerian Developers 1. **No SIM Swap detection**: NumlookupAPI provides carrier and line type data but does not offer SIM Swap detection for fraud prevention. Use Twilio Lookup for SIM Swap signals. 2. **Carrier accuracy with MNP**: Nigerian mobile number portability can cause carrier misidentification after a user switches networks. The API reflects original carrier assignment. 3. **7,000 requests at $9.99**: This is a reasonable starting volume but will be exhausted quickly for apps with active daily registrations. Plan your tier based on expected daily validation volume. 4. **USD billing**: NumlookupAPI charges in USD. Nigerian developers need a USD-capable payment method. 5. **Limited documentation depth**: As a smaller API provider, documentation and community support resources are more limited than Twilio or Abstract API. ## Company Background NumlookupAPI is operated by EverAPI (everapihq), a developer-focused API company providing a portfolio of data enrichment and validation APIs. The platform is available as an open-source client library on GitHub and through the Rapid API marketplace in addition to the main website. ## Frequently Asked Questions **Q: Does NumlookupAPI support Nigerian phone numbers?** A: Yes. Nigerian numbers (+234) are supported with carrier identification for MTN, Airtel, Glo, and 9mobile. **Q: Is a credit card required to try the API?** A: No. A free trial is available without credit card details. **Q: What is the uptime guarantee?** A: Paid plans include a 99.99% uptime SLA over the trailing 12-month period. **Q: How many requests does the entry-level plan include?** A: The $9.99/month plan includes 7,000 API requests per month.
Data Validation, Development Tools, Identity & KYC
Abstract API Phone Validation is a REST API that validates phone numbers and returns carrier intelligence, line type classification, geographic data, and fraud signals for numbers across 190+ countries and territories. Part of Abstract API's broader suite of data validation APIs (email, IP, VAT, and more), the Phone Validation API is accessible under the same API key used for all Abstract API products — reducing credential management overhead for teams already using Abstract APIs for other validation tasks. The API maintains a large and frequently updated database of phone numbers, carriers, and number types including mobile, landline, VoIP, and disposable numbers — making it useful not just for formatting validation but for fraud detection during user onboarding. ## What the API Does Submitting a phone number to Abstract's validation endpoint returns: - **Validity**: Whether the number is valid and properly formatted. - **Format**: E.164 international format and local format. - **Country**: Country name and ISO code (NG for Nigeria). - **Location**: Regional or city-level data where available. - **Carrier**: Mobile network operator name. - **Line type**: Mobile, landline, VoIP, toll-free, or unknown. - **Is disposable**: Flag for disposable/temporary number services. For Nigerian numbers, this returns the carrier (MTN Nigeria, Airtel Nigeria, Globacom, or 9mobile), the line type, and the country/region data associated with the number prefix. ## How Developers Use It Simple GET request: `GET https://phonevalidation.abstractapi.com/v1/?api_key=YOUR_KEY&phone=2348012345678`. The `api_key` is passed as a query parameter. The phone number can be provided with or without country code. Response is a JSON object returned immediately. ## Pricing & Fees Abstract API Phone Validation requires a paid plan for production use: - **Starter**: $19/month — 1,000 API calls, 3 requests/second. - **Basic**: $39/month — 25,000 calls, 5 req/sec. - **Standard**: $69/month — 50,000 calls, 10 req/sec, multiple API keys. - **Business**: $99/month — 100,000 calls, 20 req/sec. - **Professional**: $199/month — 250,000 calls. - **Growth**: $499/month — 650,000 calls. A free trial is available on signup for initial testing. ## Authentication API key passed as a URL query parameter (`api_key=YOUR_KEY`) on every request. The same API key unlocks all Abstract API products under one account. ## Rate Limits Rate limits are per-plan: 3 req/sec on Starter, scaling to 100 req/sec on Growth. Requests exceeding the per-second limit are queued or rejected depending on plan settings. ## Compliance Abstract API processes phone numbers for validation purposes under GDPR-compliant data handling policies. Numbers are not stored for marketing or secondary use beyond the immediate validation request. ## Challenges & Gotchas for Nigerian Developers 1. **No free tier**: Unlike some competitors, Abstract API Phone Validation requires a paid plan for sustained use. The Starter plan at $19/month may feel expensive for low-volume Nigerian startups. 2. **No SIM Swap detection**: Abstract API does not provide SIM Swap signals — use Twilio Lookup for this capability. 3. **Carrier accuracy with number portability**: As with all carrier lookup services, Nigerian number portability (MNP) can cause carrier misidentification after a user switches networks. 4. **USD billing**: Abstract API charges in USD. Nigerian developers need a USD-capable payment method. 5. **Rate limits matter**: The 3 req/sec limit on the Starter plan can be a bottleneck if your registration flow triggers multiple validation calls simultaneously. ## Company Background Abstract API is a San Francisco-based API company offering a suite of simple, developer-focused data validation and enrichment APIs. The phone validation product is one of several offerings, alongside email verification, IP geolocation, VAT validation, and more. All products are accessible under a single account with a unified API key. ## Frequently Asked Questions **Q: Does Abstract API support Nigerian phone numbers (+234)?** A: Yes. Nigeria is included in the 190+ country coverage with carrier and line type identification. **Q: Is there a free tier?** A: A free trial is available on signup for initial testing. Sustained production use requires a paid plan starting at $19/month. **Q: Can I use one API key for phone, email, and IP validation?** A: Yes. A single Abstract API account key provides access to all Abstract API products including phone, email, IP, and VAT validation.
Development Tools, Data Validation
API providing access to company data, directors information, beneficial owners, and Persons With Significant Control (PSC) details. Integrated with NIBSS platform for KYB (Know Your Business), compliance verification, and due diligence. Real-time access to CAC company database.
Data Validation, Insurance
Curacel is a Nigerian insurtech platform providing API access to insurance verification, policy management, and insurance data integration services. The Curacel API enables fintech platforms, lenders, and e-commerce businesses to verify customer insurance status, manage policies, and access insurance data for risk assessment. Nigerian fintech platforms, lending apps, and e-commerce sites use Curacel API for automated insurance verification, policy integration, and risk-based decision making in lending and underwriting.
Development Tools, Data Validation
The npm Registry API provides programmatic access to the metadata of over 2 million JavaScript packages hosted on the npm (Node Package Manager) public registry at registry.npmjs.org. The registry is the largest software registry in the world and is the backbone of the JavaScript ecosystem — every npm install command, every package.json dependency, and every Node.js project draws from it. The npm Registry REST API makes all of this package metadata queryable via HTTP, enabling Nigerian developers and tooling builders to access package information, version histories, download statistics, and dependency trees programmatically. For Nigerian JavaScript developers and engineering teams, the npm Registry API is most useful for building developer tooling, automated dependency management systems, and internal package management dashboards. Nigerian tech companies with large codebases — maintaining dozens of internal packages and hundreds of external dependencies — can use the npm Registry API to build automation around their dependency management workflows. The package endpoint (GET registry.npmjs.org/{package-name}) returns the complete package manifest: all published versions, maintainer information, license, repository URL, homepage, readme content, and dependency lists for every version. This comprehensive metadata is the data source for tools that help Nigerian development teams evaluate packages before adding them as dependencies — checking maintenance status, last publish date, weekly download counts, and the number of open issues. The downloads API (api.npmjs.org/downloads/point/{period}/{package}) returns download statistics for any npm package over daily, weekly, monthly, or custom date ranges. Download counts are a useful proxy metric for package popularity — a package with millions of weekly downloads has a larger community and more battle-testing than one with hundreds. Nigerian tech lead engineers evaluating package choices can query download trends to confirm a package has growing adoption and active usage. The search API (registry.npmjs.org/-/v1/search?text={query}) returns ranked search results matching the query against package names, descriptions, keywords, and maintainer names. For Nigerian developer tools that embed package search — IDE extensions, CLI tools, internal dashboards — this endpoint provides the same search capability as the npm website. The npm Registry API requires no authentication for reading public package data, making it immediately accessible to any Nigerian developer without account creation or API key management. Write operations (publishing packages, deprecating versions) require npm authentication tokens, but these are less commonly needed in application integrations. The API is used by npm clients, package managers, IDE extensions, security scanners, and developer productivity tools globally. Nigerian developers building tooling for their teams — automated dependency update bots, security audit tools, license compliance checkers, or internal developer portals — can use the npm Registry API as their data source for all things related to the JavaScript package ecosystem. npm Registry API's provenance and signature verification endpoints enable security-conscious Nigerian development teams to verify that packages they depend on were published by their legitimate maintainers and have not been tampered with. Supply chain security — ensuring that the packages a project depends on are authentic — is increasingly important as the npm ecosystem has experienced package hijacking incidents that affected production systems globally. The download statistics endpoint shows how many times each package version has been downloaded, providing a popularity signal that helps Nigerian developers evaluate whether a package is actively maintained and widely adopted versus abandoned or niche. High download counts are a reasonable proxy for community validation and maintainability.
Data Validation, Development Tools
JuheAPI Number Verify is a phone number verification and intelligence service offered by JuheAPI (聚合数据, Juhe Data), one of China's leading API aggregation platforms. The service provides phone number format validation, mobile carrier detection, and geographic attribution (province and city) for Chinese mobile phone numbers with +86 country code. This service is specifically designed for the Chinese mobile market and is NOT suitable for verifying Nigerian phone numbers (+234). **What JuheAPI Number Verify Does** For Chinese phone numbers, the service provides: - **Format validation**: Confirms the number follows valid Chinese mobile number format (11-digit numbers starting with 13x, 14x, 15x, 16x, 17x, 18x, or 19x) - **Carrier identification**: Identifies which Chinese carrier the number belongs to — China Mobile (中国移动), China Unicom (中国联通), or China Telecom (中国电信) - **Geographic attribution**: Returns the Chinese province and city the number was originally registered in - **Number type**: Distinguishes between mobile, landline, and virtual numbers **Who Should Use This** JuheAPI Number Verify is appropriate for: - Chinese developers building apps for Chinese mobile users - International businesses with Chinese customer bases - Nigerian companies with significant Chinese buyer relationships who need to validate Chinese contact numbers - China-Nigeria cross-border platforms that collect Chinese buyer information **Who Should NOT Use This** Nigerian developers building apps for Nigerian users should NOT use this service for phone verification. For Nigerian phone number verification (+234), use these alternatives instead: - **Numverify**: International phone validation including Nigeria - **Africa's Talking**: SMS OTP delivery for Nigerian carriers (MTN, Airtel, Glo, 9mobile) - **Termii**: Nigerian-founded SMS/OTP platform with excellent Nigerian carrier support - **Twilio**: Global SMS OTP with Nigerian number support - **BigDataCloud**: Phone validation including Nigerian number format detection **Platform Background** JuheAPI (juheapi.com) is operated by Juhe Data (聚合数据有限公司), a Chinese company founded around 2012 that operates as an API marketplace aggregating hundreds of data services from Chinese data providers. Their catalog includes Chinese weather data, Chinese business registration lookup, Chinese ID card validation, transportation data, and various Chinese-specific data services. The platform is widely used by Chinese developers and is an important part of China's developer ecosystem. **Language and Interface** The JuheAPI platform and documentation are primarily in Mandarin Chinese. Non-Chinese-speaking Nigerian developers will need translation tools to navigate the documentation, billing system, and support channels. All pricing is in CNY (Chinese Yuan) — payment may require a Chinese payment method or international credit card acceptance. **Authentication** JuheAPI uses an API key passed as a query parameter: `?key=YOUR_API_KEY`. Keys are obtained after account registration on juheapi.com. Each API service has a separate API key — the Number Verify key is different from the Page Scraper key. **Pricing** JuheAPI offers a free tier with limited monthly API calls. Paid plans are available for higher volumes. Pricing is in CNY and is generally very affordable by Chinese market standards. The exact pricing for the Number Verify service should be checked at juheapi.com as rates change periodically. **China-Nigeria Trade Context** As China-Nigeria bilateral trade grows (China is Nigeria's largest trade partner), more Nigerian businesses handle Chinese supplier and buyer contact information. JuheAPI Number Verify has limited but genuine utility in cross-border trade workflows where Nigerian companies collect Chinese phone numbers and need to validate them before initiating communications or deliveries. For example, a Nigerian import business using the Alibaba or Made-in-China platforms to source goods collects supplier phone numbers. Before adding numbers to a CRM or triggering automated outreach, validating Chinese number format and carrier can reduce communication failures. **Conclusion** JuheAPI Number Verify is a niche tool with limited direct relevance to most Nigerian developers. Its core value is Chinese phone number validation for the Chinese mobile market. Nigerian developers building for Nigerian users should select phone verification tools with African carrier support rather than this China-focused service.
Data Validation
ZeroBounce is an email validation and deliverability platform that verifies email addresses with 99.6% accuracy, helping businesses eliminate invalid, disposable, and spam trap addresses from their contact lists before sending campaigns. Used by over 250,000 businesses globally, ZeroBounce offers both a real-time API for point-of-entry email validation and a bulk file upload tool for cleaning existing contact databases. The platform's pricing model is particularly attractive: credits never expire (unlike most competitors with monthly quotas), and ZeroBounce does not charge for duplicate email addresses or for results classified as "unknown." This makes it cost-effective for Nigerian businesses with irregular email sending patterns or seasonal marketing campaigns. ## What the API Does ZeroBounce performs a multi-layer validation on each email address: 1. **Syntax Check**: Verifies the email address format (valid characters, @ symbol, domain structure). 2. **Domain Validation**: Checks that the email domain exists, has valid DNS records, and has functioning MX records for mail delivery. 3. **Mailbox Existence**: Verifies that the specific mailbox exists on the email server without sending an actual email. 4. **Spam Trap Detection**: Identifies email addresses used as spam traps — addresses set up by anti-spam organizations to catch bulk senders. 5. **Disposable Email Detection**: Flags addresses from temporary email services (10minutemail, Guerrilla Mail, etc.) used to bypass registration requirements. 6. **Abuse Email Detection**: Identifies addresses known for flagging emails as spam. 7. **AI Deliverability Scoring**: Uses machine learning to score each email's likely inbox placement rate beyond basic validity. Each email address returns a status (valid, invalid, catch-all, unknown, spamtrap, abuse, do_not_mail) with sub-statuses providing additional context (e.g., mailbox_not_found, possible_trap, disposable). ## How Developers Use It **Real-time API**: Single email validation via a GET or POST request to ZeroBounce's API endpoint with your API key and the email address. Returns a JSON object with the validation status within milliseconds. Suitable for form field validation at signup. **Bulk Validation**: Upload a CSV file of email addresses through the dashboard or API and download the validated results. Suitable for cleaning existing mailing lists. **Email Finder**: Given a name and domain, ZeroBounce can attempt to find the associated email address (costs additional credits). ## Pricing & Fees ZeroBounce uses a credit-based system where one credit validates one email: - **Minimum purchase**: 2,000 credits for $39 ($0.0195 per email). - **Subscription plan (ZeroBounce ONE)**: 10,000 credits/month for $99/month. - **Credits never expire** on pay-as-you-go purchases. - **No charge for duplicates**: Validating the same email twice only costs one credit. - **No charge for unknown results**: If ZeroBounce cannot determine the status, no credit is consumed. - Volume pricing: per-email costs decrease at higher purchase volumes. ## Authentication API key authentication. The key is passed as a query parameter (`api_key=YOUR_KEY`) or in the request body. Keys are obtained from the ZeroBounce dashboard after registration. ## Rate Limits ZeroBounce does not publish specific real-time API rate limits. Bulk validation processing speed depends on file size and system load. Contact ZeroBounce for high-throughput requirements. ## Compliance & Regulations ZeroBounce is SOC 2 Type II attested and GDPR compliant. The platform processes email addresses for validation purposes without using them for secondary marketing or sharing with third parties. For Nigerian deployments under NDPR, ZeroBounce's data handling policies support appropriate treatment of email addresses as personal data. ## Challenges & Gotchas for Nigerian Developers 1. **Catch-all domains**: Many Nigerian corporate email domains are configured as "catch-all" (accepting all emails regardless of whether the mailbox exists). ZeroBounce returns "catch-all" for these — you cannot confirm individual mailbox validity on catch-all domains. 2. **Unknown results**: Some email addresses cannot be fully validated due to server configuration. ZeroBounce does not charge for these, but you will need a policy for handling "unknown" results in your list. 3. **USD billing**: ZeroBounce charges in USD. Use a USD-capable card or virtual card. 4. **Not an email sending service**: ZeroBounce validates emails but does not send them. Pair with Mailchimp, SendGrid, or a Nigerian email service for actual campaign delivery. 5. **Free credits**: 100 free validation credits are provided on signup — enough for basic testing but not sufficient for validating a real mailing list. ## Company Background ZeroBounce was founded in 2015 in Santa Barbara, California by Liviu Tanase. The company processes over 20 billion email validations annually and has won multiple industry awards. ZeroBounce is widely regarded as one of the most accurate email validation services in the market. ## Frequently Asked Questions **Q: Do ZeroBounce credits expire?** A: No. Pay-as-you-go credits purchased on ZeroBounce never expire. **Q: Is ZeroBounce charged for unknown results?** A: No. ZeroBounce only charges credits for emails with deterministic results (valid, invalid, disposable, etc.). Unknown results are not billed. **Q: Can ZeroBounce validate Nigerian business emails?** A: Yes. ZeroBounce validates email addresses globally. However, catch-all domains (common in Nigerian corporate email setups) will return a "catch-all" status rather than a definitive valid/invalid result. **Q: Is there a free tier?** A: ZeroBounce provides 100 free credits on account registration for testing purposes.