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 : cz
tin: 1001180000
Post: https://api.prembly.com/identitypass/verification/global/tin-check
Request Header
| key | description | 
|---|---|
| x-api-key | your api-key | 
| app-id | your app-id | 
Request Body
| key | description | 
|---|---|
| country | country code e.g cz | 
| tin | tax id number | 
Sample Response
{
    "status": true,
    "detail": "Verification Successful",
    "response_code": "00",
    "data": "{'result': 'valid', 'details': {'tin': '1001180000', 'country': 'Czech Republic (CZ)', '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"
}
Updated about 1 year ago
