National ID Basic
Verify your national id with this endpoint
Our endpoint provides a seamless and secure way for businesses to verify their customers’ virtual national ID number as well as 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 DATA:
Request header
key | value |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Request body
key | value |
---|---|
number | user's NIN |
Sample Response
{
"detail": "NIN Verification Successful",
"response_code": "00",
"status": true,
"nin_data": {
"birthdate": "21-01-1990",
"firstname": "JUH",
"gender": "f",
"middlename": "OAKEMI",
"surname": "KEEBE",
"telephoneno": "07030000002"
},
"verification": {
"status": "VERIFIED",
"reference": "cd1eb-6cd9-49af-af8e-5116cf49a"
},
"widget_info": {},
"session": {},
"endpoint_name": "NIN BASIC"
}
Updated 2 months ago