List taxes
Use a valid access token and send a GET request to/v1/commerce/billing/taxes with optional pagination parameters.
On successful request processing, PayPal returns a paginated list of all configured taxes.
Query parameters
For the exhaustive list of query and response parameters, see API reference.
| Parameter name | Description |
|---|---|
pageinteger | Page number for pagination. Default is 1. |
per_pageinteger | Number of items per page. Default is 10, maximum is 100. |
Update tax details
Use a valid access token and send a PUT request to/v1/commerce/billing/taxes/{tax_code} with the modified request parameters such as name, rate, and description.
Path parameter: tax_code is the code you provided when you created the tax.
You cannot modify the tax code after creation. You can only update the name, rate, and description.
For the exhaustive list of request and response parameters, see API reference.
Delete tax
Use a valid access token and send a DELETE request to/v1/commerce/billing/taxes/{tax_code} to permanently delete a tax configuration.
Path parameter: tax_code is the code you provided when you created the tax.
Deleting a tax configuration is permanent and will affect all billing entities, plans, and subscriptions using this tax. Ensure this action aligns with your compliance requirements.