Voters Card

TEST DATA

type: MAIN or OLD

number: 9001332866

Verify a voters card number

POST {{BASE_URL}}//api/v2/biometrics/merchant/data/verification/gh/voters

Headers

NameTypeDescription

x-api-key*

String

Your secret key

app-id*

String

your app id

Request Body

NameTypeDescription

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