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 data

Surname : "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

keyvaluedescription
x-api-keyapi-keyyour api-key
app-idapp-idyour app-id

Request Body

keydescription
surnameUser's surname
given_nameUser's first name
date_of_birthUser's date of birth
document_idThe document id no
national_idThe 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": {}
}