Voters Card
Allows merchant to verify information of users using National ID and other identifiers.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"status":True,
"response_code":"00",
"message":"Voters card verification successful",
"data":
{
"IdNumber":"E123456",
"CenterCode":"1001",
"Ward":"21",
"Constituency": "38",
"District":"",
"LastName": "DOE",
"OtherNames":"JOHN",
"Sex":"M",
"DateOfBirth":"February 15,2018 ",
"Address":"22 Kamal Street",
"Village": "Makeni",
"Picture":"<base 64 string of users face>"
}
}
Last updated