National ID Basic

Verify your national id with this endpoint

Our endpoint provides a seamless and secure way for businesses to verify their national ID number, ensuring their sensitive information is kept confidential.

This endpoint utilizes advanced technology to quickly verify your customers’ identity, granting you access to a range of exclusive benefits and services. With just a few clicks, you can verify your customers’ identity and guarantee a seamless experience.

👍

TEST DATA:

📘

Request header

keyvalue
x-api-keyyour api-key

Request body

keyvalue
numberuser's NIN

Sample Response

{
  "status": true,
  "response_code": "00",
  "message": "National Identity Number (NIN) - Basic verification successful",
  "detail": "National Identity Number (NIN) - Basic verification successful",
  "data": {
    "nin_suspension_status": false,
    "birthdate": "23-05-1999",
    "nin_suspension_message": "NOT SUSPENDED",
    "firstname": "GRACE",
    "surname": "AMANDA",
    "middlename": "CHIMAMANDA",
    "nin": "56182742701",
    "telephoneno": "07082078516",
    "residence_address": "21Z AGO PALACE EKENE",
    "photo": "",
 "gender": "f",
   },
  "meta": {},
  "billing_info": {
    "was_charged": true,
    "amount": "50.00",
    "currency": "NGN",
    "note": "Wallet charged 50.00 NGN"
  },
  "verification": {
    "status": "VERIFIED",
    "reference": "a8d3c167-5689-48c3-a867-59ba05e0ea68",
    "verification_id": "6dd48a71-cc0d-4644-aa38-f3bf37c73907"
  },
  "reference_id": "VER-NIN_BASIC-OCXBW0Z6IM",
  "transaction_id": "e0000591-6cbd-4a6a-b465-a591107d1c9c",
  "verification_status": "verified",
  "nin_data": {
    "nin_suspension_status": false,
    "birthdate": "23-05-1999",
    "nin_suspension_message": "NOT SUSPENDED",
    "firstname": "GRACE",
    "surname": "AMANDA",
    "middlename": "CHIMAMANDA",
    "nin": "56182742701",
    "telephoneno": "07082078516",
    "residence_address": "21Z AGO PALACE EKENE",
      "photo": "",
 "gender": "f",

  }
}


Did this page help you?