Tax Rate ​
Tax rates can be applied to invoices, subscriptions and Checkout Sessions to collect tax.
Related guide: Tax rates
Endpoints ​
Create a tax rate ​
- POST /v1/tax_rates
Update a tax rate ​
- POST /v1/tax_rates/:id
Retrieve a tax rate ​
- GET /v1/tax_rates/:id
List all tax rates ​
- GET /v1/tax_rates
Events ​
tax_rate.createdOccurs whenever a new tax rate is created.tax_rate.updatedOccurs whenever a tax rate is updated.