Taxes
Get tax rate
Retrieve the details of an existing custom tax rate.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200
application/json
Tax rate ID.
Example:
"taxr_YfiSnLIYORD9VN"
Name of the tax rate.
Example:
"VAT"
Internal description of the tax rate.
Example:
"Standard VAT"
Tax rate code identifier.
Example:
"STAND_VAT"
The percentage rate of the tax.
Example:
20
ID of the invoicing entity to which the tax rate is attached.
Example:
"ive_jerrb484RHn"
Tax rate creation date. UTC date time string in the ISO 8601 format.
Example:
"2024-06-03T12:32:22Z"
Was this page helpful?