Skip to main content

NIN Identity Verification

POST: https://api.creditchek.africa/v1/identity/verifyData?vnin=*vnin*


Sample request vnin: 12345678901111AB and 12345678901111AC

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
vninqueryTrueuser virtual NIN
Example Request
---
curl --location --request POST 'https://api.creditchek.africa/v1/identity/verifyData?nin=12345678901111AC' \
--header 'token: {{token}}'
---
Response
{
"status": true,
"data": {
"_id": "62c531d8471f088c5db49e8c",
"businessId": "6287757348cc6c0013f4d0a0",
"nin": "12345678901111AC",
"__v": 0,
"birthcountry": "",
"birthdate": "18-02-1999",
"birthlga": "",
"birthstate": "",
"centralID": " ",
"createdAt": "2022-07-06T06:55:20.684Z",
"educationallevel": "",
"email": "",
"employmentstatus": "",
"firstname": "JOHN",
"gender": "M",
"heigth": "",
"maritalstatus": "",
"nok_address1": "",
"nok_address2": "",
"nok_firstname": "",
"nok_lga": "",
"nok_middlename": "",
"nok_postalcode": "",
"nok_state": "",
"nok_surname": "",
"nok_town": "",
"ospokenlang": "",
"pfirstname": "",
"photo": "https://res.cloudinary.com/creditchek-africa/image/upload/v1657099930/ninData/yhmeylslfnwvs2z2c5nf.jpg",
"pmiddlename": "",
"profession": "",
"psurname": "",
"religion": "",
"residence_lga": "",
"residence_state": "",
"residencestatus": "",
"self_origin_lga": "",
"self_origin_place": "",
"self_origin_state": "",
"surname": "DOE",
"telephoneno": "07037821455",
"title": "",
"updatedAt": "2022-07-06T09:32:10.769Z",
"verification": {
"status": "VERIFIED",
"reference": "a7488c87-1c1c-4e0d-a7ff-323e1e85d7a6"
}
},
"message": "successful",
"error": false
}