Validate Tax IDs
Use this request to validate Tax IDs in standalone mode.
To validate Tax IDs, use the following URL and a GET method. Specify the Tax IDs that you want to check in the request's body:
https://{service_url}/api/v3/tax_numbers/validate
Details
| Type | Value |
|---|---|
| Endpoint | api/v3/tax_numbers/validate |
| Method | GET |
Body parameters
| Field | Description |
|---|---|
input.tax_number | Specify the Tax ID that you want to validate. |
input.tax_number.country_code | Specify the country code to which the Tax ID belongs. |
Response parameters
The following fields are returned by the request:
| Field | Description |
|---|---|
items.id | This is the Request ID and it can be used to identify the request that is associated with this validation request. |
Example
Updated 18 days ago
