TIN
Verify a business using their Tax Identification Number (TIN) through the Federal Inland Revenue Service (FIRS).
{{baseUrl}}/v2/ng/identities/tin/{tin}
Path Parameters
Parameter | Type | Description |
---|---|---|
tin * (REQUIRED) | string | Tax Identification Number |
This endpoint will return registration details captured for the business.
Response Sample
{
"id": 1***3,
"summary": {
"tin_check": "verified"
},
"status": {
"state": "complete",
"status": "verified"
},
"tin": {
"tin": "08*********1",
"taxpayerName": "Bunch Dillon Limited",
"cacRegNo": "01108909-Test",
"entityType": "TIN",
"jittin": "33230189",
"taxOffice": "Abule Egba",
"phone": "08000000000",
"email": "Colin*****@gmail.com"
}
}
Updated about 1 year ago