Voters Card
Verify a voters card number
POST
{{BASE_URL}}//api/v2/biometrics/merchant/data/verification/gh/voters
Headers
Name
Type
Description
x-api-key*
String
Your secret key
app-id*
String
your app id
Request Body
Name
Type
Description
type*
String
MAIN or OLD
number*
String
Voters card number
{
"status": true,
"response_code": "00",
"message": "Voters Information retrieved",
"data": {
"PollingStation": "",
"VoterID": "",
"Age": "",
"DateOfBirth": "",
"Sex": "",
"RegDate": "",
"Fullname": "",
"Picture":"base64Image",
"Othernames": "",
"Surname": ""
} ,
"verification": {
"status": "",
"reference": ""
}
}
Last updated