National Identification Number(NIN)
Please note that when using your test key, Our test persona is John Doe and his National Identity Number is 10000000001. Hence all matching done with your test keys with details other than our Test Persona would simulate a failed identity matching.
Verify National Identity Number
POST
https://vapi.verifyme.ng/v1/verifications/identities/nin/:ref
Use this endpoint to verify the identity of a person using their national identity number issued by NIMC.
Path Parameters
Name | Type | Description |
---|---|---|
ref | string | NIN number |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token |
Request Body
Name | Type | Description |
---|---|---|
dob | string | Date of Birth |
firstname | string | first name |
lastname | string | last name |
Sample Request
Verify National ID with Registered Phone Number
POST
https://vapi.verifyme.ng/v1/verifications/identities/nin_phone/:ref
Use this endpoint to verify the identity of a person using the phone number used in registering the national Identity with NIMC.
Path Parameters
Name | Type | Description |
---|---|---|
ref | string | NIMC Registered Phone number eg 0800000000 |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | Authorization token |
Request Body
Name | Type | Description |
---|---|---|
dob | string | Date of Birth |
firstname | string | first name |
lastname | string | last name |
Sample Response
Last updated