TIN with Company RC Number v1
Provides information on how to verify a business TIN using the RC Number
Verify a business tax details using their RC Number
{{baseUrl}}/v1/ng/identities/tin/with-rcnumber/{rcNumber}Request Body
| Parameters | Type | Description |
|---|---|---|
| rcNumber* (REQUIRED) | string | Registered Company Number (RC) |
| customerReference (OPTIONAL) | string (query) | Customer Reference |
This endpoint will return registration details captured for the business. To conduct a test click here
Response Sample
{
"id": 19037,
"summary": {
"tin_check": "verified"
},
"status": {
"state": "complete",
"status": "verified"
},
"tin": {
"tin": "23456789-0001",
"taxpayerName": "Apex Global Technologies Limited",
"cacRegNo": "RC-1748293",
"entityType": "Private Limited Company",
"address": "Plot 14, Commercial Avenue, Sabo, Yaba, Lagos",
"registrationDate": "2021-04-12",
"status": "Active",
"businessNature": [
"Software Development",
"IT Consulting",
"E-commerce Services"
]
}
}Updated 9 days ago
Did this page help you?