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

Request Body

{
  "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