Tax Identification Number
Tax Identification Number (TIN) verification
Verify TIN
GET https://vapi.verifyme.ng/v1/verifications/identities/tin/:ref
Headers
Name
Type
Description
Authorization
string
Authorization Header - Bearer Token
{
"status": "success",
"data": {
"tin": "00000000-0000",
"taxpayerName": "John Doe",
"cacRegNo": "RC18*****",
"entityType": "00000000-0000",
"jittin": "",
"taxOffice": "Tax Office Address",
"phone": "090********",
"email": "[email protected]"
}
}{
"statusCode": 400,
"error": "Bad Request",
"message": "Invalid TIN Format. Valid Tin format => XXXXXXXX-XXXX"
}{
"statusCode": 404,
"error": "Not Found",
"message": "Company with provided TIN details not found"
}Last updated
Was this helpful?