v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Taxes

Get tax rate

Retrieve the details of an existing custom tax rate.

get/v1/taxes/rates/{id}

Path parameters

idstring required

Response

idstring required

Tax rate ID.

namestring required

Name of the tax rate.

descriptionstring nullable required

Internal description of the tax rate.

codestring required

Tax rate code identifier.

ratenumber required

The percentage rate of the tax.

invoicing_entity_idstring required

ID of the invoicing entity to which the tax rate is attached.

created_atstring date-time required

Tax rate creation date. UTC date time string in the ISO 8601 format.

updated_atstring date-time required

Tax rate last edition date. UTC date time string in the ISO 8601 format.

Example response

{
  "id": "taxr_YfiSnLIYORD9VN",
  "name": "VAT",
  "description": "Standard VAT",
  "code": "STAND_VAT",
  "rate": 20,
  "invoicing_entity_id": "ive_jerrb484RHn",
  "created_at": "2024-06-03T12:32:22Z",
  "updated_at": "2024-06-07T18:13:25Z"
}