BVN OR PHONE

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

VERIFY EITHER A PHONE NUMBER OR BVN

Headers

Request Body

{
    "status": true,
    "detail": "Verification Successful",
    "response_code": "00",
    "data": {
        "bvn_data": {
            "bvn": "",
            "firstName": "",
            "middleName": "",
            "lastName": "",
            "dateOfBirth": "",
            "registrationDate": "",
            "enrollmentBank": "",
            "enrollmentBranch": "",
            "email": "",
            "gender": "Male",
            "levelOfAccount": "",
            "lgaOfOrigin": "",
            "lgaOfResidence": "",
            "maritalStatus": "",
            "nin": "",
            "nameOnCard": "",
            "nationality": "",
            "phoneNumber1": "",
            "phoneNumber2": "",
            "residentialAddress": "",
            "stateOfOrigin": "",
            "stateOfResidence": "",
            "title": "",
            "watchListed": "",
            "base64Image": "",
            "token": ""
        },
        "nin_data": {
        "birthcountry": "",
        "birthdate": "24-09-1989",
        "birthlga": "",
        "birthstate": "",
        "centralID": "",
        "educationallevel": "",
        "email": "",
        "emplymentstatus": "",
        "firstname": "",
        "gender": "f",
        "heigth": "",
        "maritalstatus": "single",
        "nin": "",
        "nok_address1": "",
        "nok_address2": "",
        "nok_firstname": "",
        "nok_lga": "",
        "nok_middlename": "",
        "nok_postalcode": "",
        "nok_state": "",
        "nok_surname": "",
        "nok_town": "",
        "nspokenlang": "YORUBA",
        "ospokenlang": "",
        "pfirstname": "",
        "photo": "",
        "pmiddlename": "",
        "profession": "",
        "psurname": "",
        "religion": "christianity",
        "residence_AdressLine1": "",
        "residence_Town": "",
        "residence_lga": "",
        "residence_state": "",
        "residencestatus": "",
        "self_origin_lga": "",
        "self_origin_place": "",
        "self_origin_state": "",
        "signature": "",
        "surname": "",
        "telephoneno": "",
        "title": "",
        "trackingId": "",
        "token": ""
    },
        "voters_data": {
            "vin": "",
            "fullName": "",
            "first_name": "",
            "last_name": "",
            "pollingUnit": "",
            "date_of_birth": "",
            "gender": "",
            "state": "",
            "lga": "",
            "occupation": "",
            "registrationAreaWard": "",
            "timeOfRegistration": "",
            "pollingUnitCode": "",
            "token": ""
        }
    }
},
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated