Tax Identification Number (TIN)
This endpoint allows you to verify a tax identification number.
This endpoint provides a powerful solution for businesses and organizations to automate the TIN verification process for other companies. With this, you can quickly and easily verify the TINs of other businesses if you’re looking to onboard them as business partners or clients, ensuring that your records are accurate and up-to-date.
Our TIN verification endpoint utilizes the latest technology and data sources to provide reliable TIN verification results, giving you peace of mind that your compliance requirements are being met. All you need to utilize this endpoint is to make provisions of a business’ accurate TIN.
TEST DATA
number: Rc323479
channel: CAC
POST
{{URL}}/identitypass/verification/tin
Request Header
Key | Description |
---|---|
app-id | Your App ID |
x-api-key | Your Secret Key |
Request Body
Key | Description |
---|---|
number | TIN or RC number or Phone number |
channel | TIN,CAC or Phone - (Default: TIN) |
Sample Response
{
"status": true,
"detail": "TIN Verification Successful",
"response_code": "00",
"data": {
"taxpayer_name": "test test",
"cac_reg_number": "Rc323479",
"firstin": "12392112349",
"jittin": "10001",
"tax_office": "yaba tax office",
"phone_number": "08082838487",
"email": "[email protected]"
}
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
detail | This field indicates the detail of the response. |
response_code | Represents the response code. |
data | An array containing the information received. |
taxpayer_name | The name of the taxpayer associated with the entity. |
cac_reg_number | The registration number assigned to the entity by the CAC. |
firstin | The date when the entity was first registered or incorporated. |
jittin | The date when the entity was last updated or modified in the database |
tax_office | . The tax office or jurisdiction to which the entity is registered for tax purposes. |
phone_number | The contact phone number associated with the entity. |
The contact email address associated with the entity. |
Updated over 1 year ago