Lookup VIN
This endpoint allows you to verify voter's card number
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
Name
Type
Description
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
Name
Type
Description
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