BVN Verification
Verify a Bank Verification Number.Request body
| Field | Type | Required | Description |
|---|---|---|---|
bvn | string | Yes | 11-digit BVN |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
Request example
BVN Advanced
BVN verification with extended data (photo, additional details).Request body
| Field | Type | Required | Description |
|---|---|---|---|
bvn | string | Yes | 11-digit BVN |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
NIN Verification
Verify a National Identification Number.Request body
| Field | Type | Required | Description |
|---|---|---|---|
nin | string | Yes | 11-digit NIN |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
PVC (Voter’s Card)
Verify a Permanent Voter’s Card number.Request body
| Field | Type | Required | Description |
|---|---|---|---|
pvc | string | Yes | PVC number |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
PVC Premium
PVC verification with extended data.Request body
Same as PVC above.Driver’s License (FRSC)
Verify a driver’s license number.Request body
| Field | Type | Required | Description |
|---|---|---|---|
frsc | string | Yes | Driver’s license number |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
International Passport
Verify a Nigerian international passport.Request body
| Field | Type | Required | Description |
|---|---|---|---|
passport | string | Yes | Passport number |
lastName | string | Yes | Passport holder’s last name |
dateOfBirth | string | Yes | Date of birth (YYYY-MM-DD) |
idempotencyKey | string | No | Unique key to prevent duplicate charges |