Tax rates
Create tax rate
Set the VAT rate to charge customers in one country.
POST/v1/tax_rates
Parameters
| Parameter | Description |
|---|---|
| country_codestringrequired | At most 2 characters. |
| rate_basis_pointsintegerrequired | Between 0 and 10000. |
| display_namestring | nulloptional | At most 255 characters. |
| inclusivebooleanoptional | Defaults to true. |
Returns
Returns a TaxRateResponse object.
Errors
| Status | Cause |
|---|---|
| 401 | Missing or invalid API key. |
| 403 | Key is missing the tax_rates:write scope. |
| 422 | Validation Error |
| 429 | Rate limited. Back off and retry. |
Other tax rates operations
- List tax rates GET /v1/tax_rates
- Get tax rate GET /v1/tax_rates/{tax_rate_id}
- Update tax rate POST /v1/tax_rates/{tax_rate_id}
BillKit