BVN 1.0

Validate a bank verification number using BVN 1.0 technology

Test data: 54651333604

Validate BVN

POST https://api.myidentitypay.com/api/v2/biometrics/merchant/data/verification/bvn_validation

This endpoint allows you to validate BVN

Headers

Request Body

{
    "status": true,
    "response_code":"00"
    "detail": "Verification Successfull",
    "bvn_data": {
        "firstName": "",
        "lastName": "",
        "dateOfBirth": "",
        "phoneNumber": ""
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated