Tax Identification Number Check

This endpoint presents a robust solution that empowers businesses and organizations to automate the procedure of validating individuals' Tax Identification Numbers (TINs). By making use of this endpoint, you acquire access to a user-friendly and effective method for validating the TINs of potential users, ensuring the accuracy and up-to-datedness of your records.

👍

Test data

country : pa

tin: 1001180000

📘

Post: https://api.prembly.com/identitypass/verification/global/tin-check

Request Header

keydescription
x-api-keyyour api-key
app-idyour app-id

Request Body

keydescription
countrycountry code e.g pa
tintax id number

Sample Response

{
    "status": true,
    "detail": "Verification Successful",
    "response_code": "00",
    "data": "{'result': 'valid', 'details': {'tin': '1001180000', 'country': 'Panama (PA)', 'format': '1001180000', 'type': 'JTB - Tax Identification Number (TIN)'}}",
    "verification": {
        "status": "VERIFIED",
        "reference": "e5d825-2a55-41e6-ae6e-feab984154"
    },
    "widget_info": {},
    "session": {},
    "endpoint_name": "Tin Check global"
}