Voters Card
Verify a voters card number
POST {{BASE_URL}}//api/v1/biometrics/merchant/data/verification/gh/voters
Headers
Name
Type
Description
x-api-key*
String
Your secret key
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": "" 
    } 
} 
        Last updated