NIN Premium (Slip)

Verify a customer’s identity using their National Identity Number (NIN) through the National Identity Management Commission (NIMC) and receive extended datasets, including a digital image of the customer’s NIN slip and the full biodata report returned via QoreID. This enhanced verification option offers a more complete identity snapshot, combining structured biodata with a visual proof of enrollment.

To verify NIN with National Identity Number

{{baseUrl}}/v1/ng/identities/nin-premium/{idNumber}

Path Parameter

ParameterTypeDescription
IdNumber *
(REQUIRED)
stringNational Identity Number

Request Body

POST ParameterTypeDescription
firstname
(REQUIRED)
stringFirst Name
lastname
(REQUIRED)
stringLast Name
middlename (OPTIONAL)stringMiddle Name
dob
(OPTIONAL)
dateStringDate Of Birth (YYYY-MM-DD)
phone
(OPTIONAL)
stringPhone Number
email
(OPTIONAL)
stringEmail Address
gender
(OPTIONAL)
stringGender

This endpoint will return all bio-data information captured. To conduct an actual test

Response Sample

{
       "id": 12280588,
"title": "mr",
       "nin": "63184876213",
       "firstname": "BUNCH",
       "lastname": "DILLON",
       "middlename": "",
       "phone": "08000000000",
       "email": "[email protected]",
       "gender": "m",
       "height": "180",
       "profession": "ENTREPRENEUER",
       "maritalStatus": "single",
       "employmentStatus": "employed",
       "birthdate": "06-01-1974",
       "birthState": "FCT",
       "birthCountry": "nigeria",
       "religion": "islam",
       "nationality": "Nigerian",
       "photo": "",
       "nspokenlang": "GBAGYI",
       "ospokenlang": "****",
       "parentLastname": "****",
       "lgaOfOrigin": "BWARI",
       "stateOfOrigin": "FCT",
       "residence": {
           "address1": "5, Adeniyi Jones, Ikeja, Lagos",
           "lga": "Ikeja",
           "state": "Lagos"
       },
       "title": "mr",
       "email": "[email protected]",
       "profession": "",
       "marital_status": "married",
       "employment_status": "employed",
       "birth_state": "****",
       "birth_country": "****",
       "insight": [  // detail of other organisations that have checked this same ID recently
            {
                "serviceCategory": "Commercial Banks",
                "insightCount": 1,
                "timeframeInMonths": 12
            },
            {
                "serviceCategory": "Digital Bank",
                "insightCount": 1,
                "timeframeInMonths": 12
            }
       ],
       "nextOfKin": {
           "firstname": "JOHN",
           "lastname": "DOE",
           "address1": "5, Adeniyi Jones, Ikeja, Lagos",
           "address2": "",
           "lga": "Ikeja",
           "state": "Lagos",
           "town": "Ikeja"
       },
       "nspokenlang": "ESAN",
       "ospokenlang": "****",
       "religion": "islam",
       "lga_of_origin": "****",
       "place_of_origin": "****",
       "state_of_origin": "****",
       "signature": "",
       "tracking_id": "",
       "slip_url": ""
 		}
 }