NIN Face Match
To verify NIN with National Identity Number
{{baseUrl}}/v1/ng/identities/face-verification/nin
Request Body
POST Parameter | Type | Description |
---|---|---|
idNumber (REQUIRED) | string | Identification number |
photobase64 (REQUIRED) | string | Base64 value of the selfie image. Note that any of photoBase64 / photoUrl / photo is required |
photoUrl | string | PhotoUrl |
photo | file | form-data |
This endpoint will return all bio-data information captured. To conduct an actual test
Response Sample
{
"id": 1605,
"summary": {
"face_verification_check": {
"match": true,
"match_score": 99.9996566772461,
"matching_threshold": 70,
"max_score": 100
}
},
"status": {
"state": "complete",
"status": "verified"
},
"face_verification": {
"nin": "63184876213",
"title": "mr",
"firstname": "Bunch",
"lastname": "Dillon",
"phone": "0800000000000",
"email": "[email protected]",
"gender": "m",
"height": "****",
"profession": "ENGINEER",
"marital_status": "married",
"employment_status": "employed",
"birthdate": "06-01-1974",
"birth_state": "FCT",
"birth_country": "Nigeria",
"next_of_kin": {
"firstname": "****",
"lastname": "****",
"middlename": "****",
"address1": "****",
"lga": "****",
"state": "****",
"town": "****"
},
"nspokenlang": "ESAN",
"ospokenlang": "****",
"photo": "/9j/4AAQSkZJRgABAgAAAQABAAD/*****/wCpiNUFoooEf//Z",
"religion": "islam",
"residence": {
"address1": "1193 TOLA CRESENT",
"lga": "Abuja Municipal",
"state": "FCT Abuja"
},
"lga_of_origin": "Kabu",
"place_of_origin": "Kabu",
"state_of_origin": "FCT",
"signature": "<base64>",
"tracking_id": "S000000000000000"
}
}
Updated over 1 year ago