Verify your customers’ identities using their National Identification Number (NIN) With Face

Leverage Adhere’s NIN verification endpoint to securely access and validate customer details. The National Identification Number (NIN) offers comprehensive and reliable information about an individual, ensuring seamless identity verification.

Request Endpoint

POST {{BASE_URL}}/api/onboarding/nigeria_kyc/nin/

Sample Payload

{
    "identification_number": "70123456789"
}

200 OK Response

{
    "status": "success",
    "data": {
        "title": "mr",
        "lastName": "DOE",
        "firstName": "JOHN",
        "middleName": "JOSEPH",
        "gender": "male",
        "dateOfBirth": "2000-10-21",
        "birthLga": "Olamaboro",
        "birthState": "Kogi",
        "centralID": "",
        "educationalLevel": "secondary",
        "email": null,
        "nin": "12345678901",
        "employmentStatus": "unemployed",
        "height": "180",
        "maritalStatus": "separated",
        "religion": "christianity",
        "telephoneNo": "08050003000",
        "residenceAddress": "MR SNUFUSS'S HOUSE SNUFUSS STREET PHASE 3",
        "residenceLga": "Gwagwalada",
        "residenceState": "FCT Abuja",
        "residenceTown": "GWAGWALADA",
        "residenceStatus": "birth",
        "selfOriginLga": "Olamaboro",
        "selfOriginPlace": "OGUGU",
        "selfOriginState": "Kogi",
        "spokenLanguage": "IGALA",
        "nokAddress1": "NO 6 ADUM ROAD OGUGU CEENTRE",
        "nokAddress2": "",
        "nokFirstname": "JOHN",
        "nokLga": "Olamaboro",
        "nokMiddleName": "",
        "nokPostalCode": "",
        "nokState": "Kogi",
        "nokSurname": "DOE",
        "nokTown": "OGUGU",
        "oSpokenLang": "****",
        "pFirstName": "",
        "pMiddleName": "",
        "profession": "STUDENT",
        "pSurname": "",
        "trackingId": "S2R0NYFO01113TR",
        "userId": "",
        "vnin": "",
        "image": "/9j/4AAQSkZJRgABAgAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwgJC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL" # base-64
    },
    "message": "National Identification Number details retrieved successfully",
}

Note: The endpoint can be tested using the exact payload defined above, without passing an access token in your headers.