National Identity Number Verification
verify your Ugandan national ID
verify Ugandan identity numbers to see their status by entering the surname, name, date of birth, document id and national id
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.
Results would indicate true as status if ID number checked is valid.
Test dataSurname : "Doe"
Given name : "John"
date of birth : "1990-01-01"
document id : "1234567890"
national id : "NO0987654321BE"
Post<https://api.prembly.com/identitypass/verification/ug/nin-verification
Request Header
key | value | description |
---|---|---|
x-api-key | api-key | your api-key |
app-id | app-id | your app-id |
Request Body
key | description |
---|---|
surname | User's surname |
given_name | User's first name |
date_of_birth | User's date of birth |
document_id | The document id no |
national_id | The national id no |
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"matchingStatus": "false",
"cardStatus": "Valid"
},
"verification": {
"status": "VERIFIED",
"reference": "dbc30ff6-c176-0000-9eb0-8d456e0d97a"
},
"widget_info": {},
"session": {}
}
Updated 7 months ago