Nigeria
Tax Identification Number (TIN)
Verify a customer’s identity using their Nigerian Tax Identification Number.
POST
Tax Identification Number (TIN)
The TIN endpoint validates a Tax Identification Number against the FIRS (Federal Inland Revenue Service) database and returns the associated taxpayer name, CAC registration number, tax office, and contact details.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
tax_identification_number | string | Yes | The customer’s TIN (format: N-XXXXXXXX) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.taxpayer_name | string | Registered taxpayer name |
data.cac_reg_number | string | CAC registration number (if applicable) |
data.firstin | string | First TIN issued |
data.jittin | string | Joint income TIN (if applicable) |
data.tax_office | string | Assigned tax office |
data.phone_number | string | Registered phone number |
data.email | string | Registered email (if available) |
data.search | string | The search term used |

