Lookup using Tax ID (TIN)
Verify business details using the Tax Identification Number (TIN)
Verify Tin
POST
https://api.appruve.co/v1/verifications/ng/tin
This endpoint allows you to verify a Nigerian business tax details.
Headers
Name
Type
Description
Authentication*
string
Authentication token.
Request Body
Name
Type
Description
tin_type
String
The TIN Type ("FIRS" or "JTB"). Default is "FIRS"
tin*
String
The TIN number
name
String
The full name of the TIN holder
String
The email address of the TIN holder
phone_number
String
The phone number of the TIN holder
{
"id": "00000001-0000",
"name": "John Doe Inc.",
"email": "[email protected]",
"phone_number": "+234000000000",
"registration_number": "",
"tax_office": ""
}
Last updated