Skip to main content
POST
BVN Verification
The BVN endpoint verifies a customer’s Bank Verification Number and returns their registered personal details from the Central Bank of Nigeria’s database. Use this for KYC onboarding, identity confirmation, and fraud prevention.

Endpoint

Request

Headers

Body Parameters

Example

Response

200 OK

400 Bad Request

Returned when the BVN is missing, malformed, or not found in the database.

401 Unauthorized

Returned when the x-access-token header is missing or invalid.
For a full list of error codes, see the Error Codes reference.

Authorizations

x-access-token
string
header
required

Your Adhere API secret key

Body

application/json
bvn
string
required

11-digit Bank Verification Number

Required string length: 11
Example:

"22244545518"

Response

BVN verified successfully