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
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> |
Last updated