v356

OpenAPI 3.0.3raw.githubusercontent.com2026-08-031733562.1 MB
Tax Registrations

Get all tax registrations for a merchant by merchant ID

Get all tax registrations for a merchant by merchant ID

get/tax-registrations/for-merchant/{id}

Path parameters

idstring required

Merchant 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

{
  "items": [
    {
      "id": "3271ca41-d538-404f-a15f-25856a37fb88",
      "sequenceAccountId": "42020696-da25-44d0-ab79-9ecbf8fc5307",
      "taxIdentifier": "CA123456789",
      "merchantId": "06457f78-85cd-4140-9972-67c6cd8f6071",
      "country": "GB",
      "state": "CA"
    }
  ],
  "pagination": {
    "after": "nextOffset",
    "before": "previousOffset",
    "totalResultSize": 100
  }
}