/tin_validate/{country}/{type}/{tin}
Response samples
{
"tin_valid": 0,
"message": "string",
"ctry_spec_ver": "string",
"ctry_spec_chk_dt": "string"
}
TIN Validation API
Download OpenAPI specification: Download
This API allows to validate a TIN number against OECD specifications
Validate TIN
PATH PARAMETERS
string
Example: USA
The country of the TIN number in either Alpha-2 or Alpha-3 format of the ISO 3166-1 specification
string
Example: I
The type of the TIN number. Only two values are accepted, I for Individuals or E for Entities
string
Example: 123-456/789
The type of the TIN number. Only two values are accepted, I for Individuals or
Responses
Response Headers
Access-Control-Allow-Origin
Response Schema: application/json