Main API Docs
  • Welcome!
  • General
    • Introduction
    • Authentication
    • Personal Access Tokens
    • Test IDs
    • Check Wallet Balance
  • Appruve Identity
    • Introduction
    • Ghana 🇬🇭
      • Verify Ghana TIN
      • Verify Ghana Driver License
      • Verify Ghana SSNIT ID
      • Verify Ghana Passport
      • Verify Ghana Voter ID
      • Verify Ghana Digital Address
    • Nigeria 🇳🇬
      • Verify Nigeria TIN
      • Verify Nigeria Driver License
      • Verify Nigeria NIN
      • Verify Nigeria vNIN
      • Verify Nigeria Voter ID
      • Verify Nigeria BVN
    • Kenya 🇰🇪
      • Verify Kenya KRA PIN
      • Verify Kenya National ID
    • Uganda 🇺🇬
      • Verify Uganda Voter ID
      • Verify Uganda Telco Subscriber
      • BulK Uganda Telco Subscriber Verification
  • Appruve Business
    • Introduction
    • Business Lookups
      • Nigeria 🇳🇬
        • Lookup with CAC number
        • Lookup using Tax ID (TIN)
      • Uganda Business Lookup 🇺🇬
      • Ghana Business Lookup 🇬🇭
    • Business Beneficial Ownership
      • Nigeria 🇳🇬
  • Appruve Agency
    • OCR For Sequential Verification
      • Senegal 🇸🇳
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
    • Standalone OCR
      • Nigeria 🇳🇬
      • Ghana 🇬🇭
      • Kenya 🇰🇪
      • Côte d'Ivoire 🇨🇮
      • Cameroon 🇨🇲
      • Senegal 🇸🇳
    • Perform Face Matching
    • Upload Selfie Photo
    • Get Liveness Detection Challenge
    • Verify Liveness Detection Challenge
    • Confirm Extracted ID Number
    • Verify Business Document By OCR
    • Verify Nigeria vNIN with selfie
  • Guides
    • Webhooks
    • ID Document to Selfie Matching
  • Mobile Sdks
    • Android SDK
    • iOS SDK
  • Resources
    • Country Codes
    • ID Types
    • Face Liveness Check
Powered by GitBook
On this page
  1. Appruve Identity
  2. Nigeria 🇳🇬

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

Name
Type
Description

Authorization*

string

Bearer <token>

Request Body

Name
Type
Description

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"
}
{
    "message": "Invalid ID Card Details",
    "code": 5
}

PreviousVerify Nigeria Driver LicenseNextVerify Nigeria vNIN

Last updated 2 years ago