Lookup VIN

This endpoint allows you to verify voter's card number

TEST DATA:

number: 987f545AJ67890

last_name: test first_name: test

state: Lagos lga: Ikeja dob: 2000-01-18

Verify voters card

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

This endpoint allows you to verify a VIN(Voters identification Number)

Query Parameters

Headers

{
    "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": "",
        "identity_status": ""        
    },
    "verification": {
        "status": "",
        "reference": ""
    }
}

Last updated