TIN with NIN

Verify a business using their National Identification Number (NIN) through NMIC.

{{baseUrl}}/v1/ng/identities/tin/with-nin/{ninNumber}

Path Parameters

ParameterTypeDescription
ninNumber *
(REQUIRED)
stringNational Identification Number

This endpoint will return registration details captured for the business.

Response Sample

{
    "id": 45203,
    "summary": {
        "tin_check": "verified"
    },
    "status": {
        "state": "complete",
        "status": "verified"
    },
    "nin": {
      "biographicData": {
          "dateOfBirth": "1992-08-14",
          "firstName": "John",
          "gender": "Male",
          "lastName": "Doe",
          "middleName": "Robert"
      },
      "biometricData": [
          {
              "biometricType": "fingerprint",
              "biometricSubType": "right_thumb",
              "image": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="
          },
          {
              "type": "facial_image",
              "url": "https://example.com"
          }
      ],
      "consentID": "con_883f92a1b3c4",
      "pseudoID": "psd_z9x8c7v6b5n4",
      "requestID": "req_20260727_0041",
      "tax_details": {
          "tax_id": "1099482716"
      }
  }
}


Did this page help you?