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

TypeValue
Endpointapi/v3/tax_numbers/validate
MethodGET

Body parameters

FieldDescription
input.tax_numberSpecify the Tax ID that you want to validate.
input.tax_number.country_codeSpecify the country code to which the Tax ID belongs.

Response parameters

The following fields are returned by the request:

FieldDescription
items.idThis is the Request ID and it can be used to identify the request that is associated with this validation request.

Example