Tax ID Validation
Validate a Tax ID
Validates the provided tax identification number (TIN) against known tax registries for a specific country and returns validation details.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Optional. Unique key to ensure idempotent operations (e.g., retry-safe requests).
Body
application/json
Details required for Tax ID validation
The body is of type object
.
Response
200
application/json
Validation result returned successfully
The response is of type object
.