This endpoint retrieves tax identification number configuration rules and validation requirements for supported countries.
It provides country-level information on how tax identification numbers should be formatted, validated, and categorized.
The data returned can be used to guide user input validation or enforce country-specific compliance requirements when collecting tax-related information.
Successfully retrieved country-specific tax identification number configuration rules.
Invalid request or user context.
Too Many Requests
Internal Error
{- "data": [
- {
- "country": "DE",
- "country_name": "Germany",
- "title": "Steueridentifikationsnummer",
- "min_length": 11,
- "max_length": 25,
- "placeholder": "12 345 678 901"
}
]
}