Verify National Identification Number (NIN)
NIN Verification
POST {{baseurl}}/v2/api/identity/ng/nin
Headers
token*
String
API secret token
Request Body
id*
Sting
Valid NIN
isSubjectConsent*
Boolean
Indicate subject has given consent. Must be true
validation
Object
Validation Object
data
Object
Validation Object
lastName
String
lastname to compare against ID
firstName
String
firstname to compare against ID
dateOfBirth
String
date of birth to compare against ID
selfie
Object
Selfie Validation Object
image
String
Selfie image to compare against ID
premiumNIN
Boolean
Whether to perform a premium (high priority) call
Default value: false
NIN Verification
NIN verification verifies that a provided National Identity Number exists in the database. It shows the full information of the NIN holder;
NIN Facial Matching
NIN Facial matching is used to verify that a NIN is valid and also that image provided matches with the image in the database. This includes a confidence score of the Facial matching;
NIN Validation
NIN Validation verifies a NIN and compares given data parameters against the data present in the database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not;
NIN Full Sample Request
This is a sample request that contains all the parameters as described above, all in one call
Last updated
Was this helpful?
