Tax Identification Number
Verify TIN
POST
https://api.myidentitypay.com/api/v1/biometrics/merchant/data/verification/tin
This endpoint allows you to verify a tax identification number.
Headers
Name
Type
Description
x-api-key*
string
<your secret key>
app-id*
String
<your app id>
Request Body
Name
Type
Description
channel*
string
TIN,CAC or Phone - (Default: TIN)
number*
string
TIN or RC number or Phone number
{
"status": true,
"detail": "TIN Verification Successful",
"response_code": "00",
"data": {
"taxpayer_name": "",
"cac_reg_number": "",
"firstin": "",
"jittin": "",
"tax_office": "",
"email": "",
"phone_number": ""
},
"verification": {
"status": "",
"reference": ""
}
}
Last updated