List tax rates

This endpoint returns the tax rate for a given country code. The country code is a two-letter ISO 3166-1 alpha-2 code. The response is a list of applicable tax rates for the given country code. To get a more granular response you can use the query parameters to filter the response, for example by product or project.

The applicable tax rate is determined in the following order:

  1. If a custom tax rate is defined for the product, it is returned.
  2. If a tax rate is defined in the taxRates module for that country, it is returned.
  3. If a tax rate is defined in the taxRates module for the project, or a generic tax Rate without country or project it is returned.
  4. If a tax rate is defined for the applicable project it is returned.
  5. If a tax rate is defined for the system it is returned.
  6. If no tax rate is defined anywhere we will return an empty list.

To see which step was used to determine the tax rate, the source field is returned in the response.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

This is the country code for which the tax rates are requested

Query Params
filter
array of objects
filter
page
object
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

403

Unable to authorize the client

406

Requested resource representation does not exist.

429

Too many API calls made.

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json
text/html