TIN with Company RC Number v2
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/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": {
"companyName": "RMBD",
"rcNumber": "1000011",
"taxId": "2900010812347",
"type": "2"
}
}Updated 1 day ago
Did this page help you?