Lookup using Tax ID (TIN)

Verify business details using the Tax Identification Number (TIN)

Verify Tin

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

This endpoint allows you to verify a Nigerian business tax details.

Headers

NameTypeDescription

Authentication*

string

Authentication token.

Request Body

NameTypeDescription

tin_type

String

The TIN Type ("FIRS" or "JTB"). Default is "FIRS"

tin*

String

The TIN number

name

String

The full name of the TIN holder

email

String

The email address of the TIN holder

phone_number

String

The phone number of the TIN holder

{
  "id": "00000001-0000",
  "name": "John Doe Inc.",
  "email": "john.doe@gmail.com",
  "phone_number": "+234000000000",
  "registration_number": "",
  "tax_office": ""
}

Last updated