National ID
Our endpoint provides a seamless and secure way for businesses to verify their customers their national ID number, ensuring their sensitive information is kept confidential.
This endpoint utilizes advanced technology to quickly verify your customers’ identity, granting you access to a range of exclusive benefits and services. With just a few clicks, you can verify your customers’ identity and guarantee a seamless experience.
TEST DATANumber :1000001/00/1
Request Header
Key | value |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Request Body
key | value |
---|---|
number | user's national id |
Sample Response
{
"status": true,
"response_code": "00",
"message": "Verification completed",
"data": {
"id_number": "1000001/00/1",
"dob": "9/15/1900",
"first_name": "Cya",
"last_name": "Kali",
"maiden": null,
"place_of_birth": "Kasama",
"village": null,
"chief": null
},
"verification": {
"status": "VERIFIED",
"reference": "2d8c2a-7efd-4db7-9c3c-05a629dcc"
},
"widget_info": {},
"session": {},
"endpoint_name": "Zambia National ID"
}
Response Description
key | value |
---|---|
Response code | status of the result |
id_number | national ID |
DOB | date of birth of user |
first_name | users first name |
last_name | users last name |
maiden | users maiden name |
place_of_birth | place of birth of user |
village | users village |
chief | users title |
Updated 3 months ago