# TaxRates

TaxRates allow you to calculate the tax to collect from your customer.

## List all tax rates

 - [GET /taxRates](https://chaching.redocly.app/developer-guide/api/taxrates/taxescontroller_findall.md): Retrieves a paginated list of all tax rates for the authenticated account. Supports pagination and filtering.

## Create a tax rate

 - [POST /taxRates](https://chaching.redocly.app/developer-guide/api/taxrates/taxescontroller_createtaxrate.md): Creates a new tax rate for the authenticated account. Tax rates define the percentage of tax to be applied to transactions.

## Retrieve a tax rate

 - [GET /taxRates/{id}](https://chaching.redocly.app/developer-guide/api/taxrates/taxescontroller_retrievetaxrate.md): Retrieves a specific tax rate by its unique identifier.

## Update a tax rate

 - [PATCH /taxRates/{id}](https://chaching.redocly.app/developer-guide/api/taxrates/taxescontroller_updatetaxrate.md): Updates an existing tax rate by its unique identifier. Only the provided fields will be updated.

