Lookup VIN (ID Image)

Lookup voters card ID image

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

This endpoint allows you to verify a voters card ID image

Headers

Request Body

{
    "status": true,
    "detail": "VIN Verification Successful",
    "response_code":"00",
    "vc_data": {
        "fullName": "",
        "vin": "",
        "gender": "",
        "occupation": "",
        "timeOfRegistration": "",
        "state": "",
        "lga": "",
        "registrationAreaWard": "",
        "pollingUnit": "",
        "pollingUnitCode": "",
        "date_of_birth": "",
        "first_name": "",
        "last_name": "",
    }
}

Last updated