BVN 1.0
Validate a bank verification number using BVN 1.0 technology
Validate BVN
POST
https://api.myidentitypay.com/api/v1/biometrics/merchant/data/verification/bvn_validation
This endpoint allows you to validate BVN
Headers
Name
Type
Description
x-api-key
string
<your secret key>
Request Body
Name
Type
Description
number
string
bank verification number
{
"status": true,
"response_code":"00"
"detail": "Verification Successfull",
"bvn_data": {
"firstName": "",
"lastName": "",
"dateOfBirth": "",
"phoneNumber": ""
}
}
Last updated