Verify Nigeria TIN
Verify a Nigeria Tax Identification Number
Verify TIN
POST
https://api.appruve.co/v1/verifications/ng/tin
This endpoint allows you to verify a Nigeria Tax Identification Number
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Request Body
Name
Type
Description
id
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": "john.doe@gmail.com",
"phone_number": "+234000000000",
"registration_number": "",
"tax_office": ""
}
Last updated