Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameters
| Parameters | Type | Description | Required |
|---|---|---|---|
| bvn * | string | A valid bvn | required |
| first name | string | first name of bvn holder | optional |
| last name | string | last name of bvn holder | optional |
| dob | string | date of birth of bvn holder in yyyy-mm-dd | optional |
Sample response
[200]
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the BVN validation results |
| entity.bvn | object | BVN validation result |
| entity.bvn.value | string | The BVN that was validated |
| entity.bvn.status | boolean | Whether the BVN is valid |
| entity.first_name | object | First name match result |
| entity.first_name.confidence_value | number | Confidence score (0-100) for the first name match |
| entity.first_name.status | boolean | Whether the provided first name matches the BVN record |
| entity.last_name | object | Last name match result |
| entity.last_name.confidence_value | number | Confidence score (0-100) for the last name match |
| entity.last_name.status | boolean | Whether the provided last name matches the BVN record |
[400]
Error Response Fields
| Field | Type | Description |
|---|---|---|
| error | string | Error message describing why the request failed |
Test Credentials for Sandbox
Kindly use this Test BVN in sandbox Environment bvn =22222222222