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

NameTypeDescription

state*

string

state

last_name*

string

last name

number*

string

Voters card number(957F5AD45AJ67890)

lga*

String

Local Government

first_name*

String

first name

dob*

String

yyyy-mm-dd

Headers

NameTypeDescription

x-api-key*

string

<your secret key>

app-id*

String

<your app id>

{
    "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