Tax Registrations
Create a new Tax Registration
Create a new Tax Registration
post/tax-registrations
Headers
Authorizationstring required
Your API credentials. Eg. Basic {credentials}.
Sequence-Version'2024-07-30'
Use this header to select an API version
Request body
Example request
{
"taxIdentifier": "GB123456789",
"customerId": "06457f78-85cd-4140-9972-67c6cd8f6071",
"merchantId": "06457f78-85cd-4140-9972-67c6cd8f6071",
"country": "GB",
"state": "CA"
}Response
Created
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"
}