v1

latestOpenAPI 3.0.02026-07-24161215397.4 KB
Tax Rates

Get single tax rate.

Get single tax rate.

Required scopes: flex.billing.taxRates.read

get/api/v2/organizations/{orgSlug}/tax-rates/{taxRateId}

Path parameters

taxRateIdstring required

tax rate id

orgSlugstring required

organization slug

Response

_idstring

The _id of the tax rate.

namestring

The name of the tax rate in hand.

codestring

A unique code to identify the tax rate.

typestring

The type of the tax rate.

ratenumber

The rate of the tax rate. It will be automatically calculated based on the percentage rate of the components.

Example response

{
  "_id": "6a59d07d856fad4ee41952bd",
  "components": []
}