Main API Docs
  • Welcome!
  • General
    • Introduction
    • Authentication
    • Personal Access Tokens
    • Test IDs
    • Check Wallet Balance
  • Appruve Identity
    • Introduction
    • Ghana 🇬🇭
      • Verify Ghana TIN
      • Verify Ghana Driver License
      • Verify Ghana SSNIT ID
      • Verify Ghana Passport
      • Verify Ghana Voter ID
      • Verify Ghana Digital Address
    • Nigeria 🇳🇬
      • Verify Nigeria TIN
      • Verify Nigeria Driver License
      • Verify Nigeria NIN
      • Verify Nigeria vNIN
      • Verify Nigeria Voter ID
      • Verify Nigeria BVN
    • Kenya 🇰🇪
      • Verify Kenya KRA PIN
      • Verify Kenya National ID
    • Uganda 🇺🇬
      • Verify Uganda Voter ID
      • Verify Uganda Telco Subscriber
      • BulK Uganda Telco Subscriber Verification
  • Appruve Business
    • Introduction
    • Business Lookups
      • Nigeria 🇳🇬
        • Lookup with CAC number
        • Lookup using Tax ID (TIN)
      • Uganda Business Lookup 🇺🇬
      • Ghana Business Lookup 🇬🇭
    • Business Beneficial Ownership
      • Nigeria 🇳🇬
  • Appruve Agency
    • OCR For Sequential Verification
      • Senegal 🇸🇳
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
    • Standalone OCR
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
      • Senegal 🇸🇳
    • Perform Face Matching
    • Upload Selfie Photo
    • Get Liveness Detection Challenge
    • Verify Liveness Detection Challenge
    • Confirm Extracted ID Number
    • Verify Business Document By OCR
    • Verify Nigeria vNIN with selfie
  • Guides
    • Webhooks
    • ID Document to Selfie Matching
  • Mobile Sdks
    • Android SDK
    • iOS SDK
  • Resources
    • Country Codes
    • ID Types
    • Face Liveness Check
Powered by GitBook
On this page
  1. Appruve Identity
  2. Nigeria 🇳🇬

Verify Nigeria BVN

Verify a Nigeria Bank Verification Number.

The regulator of this service has issued a directive that prevents non-financial service providers from accessing the service. So fintechs without a financial services license are automatically excluded.

Verify BVN

POST https://api.appruve.co/v1/verifications/ng/bvn

This endpoint allows you to verify a Nigeria Bank verification number

Headers

Name
Type
Description

Authorization*

string

Bearer <token>

Request Body

Name
Type
Description

id

string

The BVN number

first_name

string

The first name of the BVN holder

last_name

string

The last name of the BVN holder

middle_name

string

The middle name of the BVN holder

date_of_birth

string

The date of birth of the BVN holder

phone_number

string

The phone number of the BVN holder

{
  "id": "22161412900",
  "first_name": "David",
  "last_name": "Ife",
  "middle_name": "Anuyah",
  "date_of_birth": "1996-02-21",
  "phone_number": "+234000000000",
  "otp": "123456",
  "is_first_name_match": true,
  "is_last_name_match": true,
  "is_middle_name_match": true,
  "is_date_of_birth_match": true,
  "is_phone_number_match": true,
  "verification_ref" "eedbc8bd-dfd8-4d24-846d-597e95872e08"
}
{
    "message": "Invalid ID Details",
    "code": 5
}

PreviousVerify Nigeria Voter IDNextKenya 🇰🇪

Last updated 2 years ago