Tax rates
Get tax rate
Retrieve one tax rate.
GET/v1/tax_rates/{tax_rate_id}
Parameters
| Parameter | Description |
|---|---|
| tax_rate_idstring · pathrequired | No description in the spec. |
Returns
Returns a TaxRateResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tax_rates:read scope. |
| 404 | No such object, or it belongs to the other mode. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other tax rates operations
- List tax rates GET /v1/tax_rates
- Create tax rate POST /v1/tax_rates
- Update tax rate POST /v1/tax_rates/{tax_rate_id}
BillKit