TIN with Company RC Number
Provides information on how to verify a business TIN using the RC Number
Verify a business tax details using their RC Number
{{baseUrl}}/v2/ng/identities/tin/Request Body
| Parameters | Type | Description |
|---|---|---|
| regNumber (REQUIRED) | string | Registered Company Number (RC) |
This endpoint will return registration details captured for the business. To conduct a test click here
Response Sample
{
"id": 173908473,
"summary": {
"tin_check": "verified"
},
"status": {
"state": "complete",
"status": "verified"
},
"tin": {
"tin": "2612345812857",
"taxpayerName": "ANTHONY & SONS LTD",
"cacRegNo": "1056331",
"entityType": "PRIVATE_COMPANY_LIMITED_BY_SHARES",
"address": "270 MURTALA MUHAMMED WAY, ALAGOMEJI ",
"registrationDate": "Tue Feb 27 01:00:00 GMT 2019",
"status": "ACTIVE",
"businessNature": [
"Financial services activities"
]
}
}