Tax Registrations
Get a Tax Registration by ID
Get a Tax Registration by ID
get/tax-registrations/{id}
Path parameters
idstring required
Tax registration ID
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
Sequence-Version'2024-07-30'
Use this header to select an API version
Response
OK
Example response
{
"id": "3271ca41-d538-404f-a15f-25856a37fb88",
"sequenceAccountId": "a2e7ec72-e3b1-4349-8d8b-c1ad3cea03a1",
"taxIdentifier": "GB123456789",
"customerId": "06457f78-85cd-4140-9972-67c6cd8f6071",
"merchantId": "06457f78-85cd-4140-9972-67c6cd8f6071",
"country": "GB",
"state": "CA"
}