Eyowo Developer
Get An Account
staging
staging
  • Welcome, Engineer! 👩‍💻 👨‍💻
  • Getting Started
    • User Account & Developer Mode
    • Setup Developer Account
    • Setup Developer App
  • Api resources
    • Create Eyowo Account
    • Authentication
    • Transfers
    • Transactions
    • Banks
    • Query BVN
  • Reference
    • API Reference
    • Bank List
  • Additional Resource
    • Create App
Powered by GitBook
On this page

Was this helpful?

  1. Api resources

Query BVN

PreviousBanksNextAPI Reference

Last updated 4 years ago

Was this helpful?

This endpoint validates BVN(s) and returns the BVN holder's details, such as name, date of birth etc. The service cost at standard BVN charges of N35 (Naira) per query on the user's app wallet.

To query BVN(s), you must provide an <X-App-Wallet-Access-Token> Please, see the section on how to obtain <X-App-Wallet-Access-Token>.

Query BVN

GET https://api.console.staging-api.eyowo.com/v1/queries/bvn?bvn=

Query Parameters

Name
Type
Description

bvn

number

valid BVN number for querying

Headers

Name
Type
Description

X-App-Key

string

X-App-Key

X-App-Wallet-Access-Token

string

X-App-Wallet-Access-Token

{
    "success": true,
    "data": {
        "firstName": "DELE",
        "surname": "AHMED",
        "mobileNumber": "07088605494",
        "middleName": "CHINEDU",
        "dateOfBirth": "23-Feb-84",
        "responseMessage": "SUCCESSFUL"
    }
}

authentication