Verify Nigeria NIN

Verify a Nigeria NIN

This service is not available currently due to changes by the NIMC of Nigeria. Use Verify Nigeria vNINinstead.

Verify NIN

POST https://api.appruve.co/v1/verifications/ng/national_id

This endpoint allows you to verify the 11-digit Nigeria NIN

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

id

string

The 11-digit NIN

first_name

string

The first name of the NIN holder

last_name

string

The last name of the NIN holder.

middle_name

string

The middle name of the NIN holder.

date_of_birth

string

The date of birth of the NIN holder in the format yyyy-MM-dd.

phone_number

string

The phone number of the NIN holder.

gender

string

The gender of the document NIN in the format M or F for Male or Female respectively.

{
  "id": "4812640614",
  "first_name": "John",
  "last_name": "Doe",
  "middle_name": "Donald",
  "date_of_birth": "1996-02-21",
  "phone_number": "+234000000000",
  "gender": "M",
  "is_first_name_match": true,
  "is_last_name_match": true,
  "is_middle_name_match": true,
  "is_date_of_birth_match": true,
  "is_phone_number_match": true,
  "is_gender_match": true,
  "image": "BASE_64 encoded image",
  "verification_ref" "eedbc8bd-dfd8-4d24-846d-597e95872e08"
}

Last updated