BVN - NIN - PHONE

This endpoint allows you to verify bank verification number, national identity number and phone number in just a single API request

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

Headers

NameTypeDescription

x-api-key*

String

<your secret key>

app-id*

String

<your app id>

Request Body

NameTypeDescription

number*

String

A bank verificaiton number

{
    "status": true,
    "detail": "Verification Successful",
    "response_code": "00",
    "data": {
        "bvn": "",
        "firstName": "",
        "middleName": "",
        "lastName": "",
        "dateOfBirth": "",
        "registrationDate": "",
        "enrollmentBank": "",
        "enrollmentBranch": "",
        "email": "",
        "gender": "",
        "levelOfAccount": "",
        "lgaOfOrigin": "",
        "lgaOfResidence": "",
        "maritalStatus": "",
        "nin": {
            "birthcountry": "Not Available",
            "birthdate": "",
            "centralID": "",
            "educationallevel": "none",
            "employmentstatus": "",
            "firstname": "",
            "gender": "m",
            "heigth": "",
            "maritalstatus": "",
            "middlename": "",
            "nin": "",
            "nok_address1": "****",
            "nok_address2": "",
            "nok_firstname": "****",
            "nok_lga": "****",
            "nok_middlename": "****",
            "nok_postalcode": "****",
            "nok_state": "****",
            "nok_surname": "****",
            "nok_town": "****",
            "ospokenlang": "****",
            "pfirstname": "****",
            "photo":"",
            "pmiddlename": "****",
            "psurname": "****",
            "residence_address": "",
            "residence_town": "n/a",
            "residence_lga": "",
            "residence_state": "",
            "residencestatus": "",
            "self_origin_lga": "",
            "self_origin_place": "****",
            "self_origin_state": "",
            "signature": "",
            "surname": "",
            "telephoneno": "",
            "title": "",
            "trackingId": "",
            "birthstate": "",
            "spoken_language": "",
            "religion": "",
            "birthlga": "",
            "email": "",
            "profession": ""
        },
        "nameOnCard": "",
        "nationality": "",
        "phoneNumber1": "",
        "phoneNumber2": "",
        "residentialAddress": "",
        "stateOfOrigin": "",
        "stateOfResidence": "",
        "watchListed": "",
        "base64Image": "",
        "title": ""
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated