Skip to main content
Limited Release
A tax configuration defines a reusable tax rate that the system automatically applies to calculate taxes. You can apply taxes to:

1. Understand tax configuration

Before you create a tax, decide on these configuration details based on your business requirements and regional regulations. Then, you can make a POST call to the Create tax endpoint to send the information to PayPal. It is your responsibility to ensure the accuracy of the tax calculation and to remit such taxes to the appropriate tax authorities. Basic identification
  • Name: Set a descriptive name that identifies the tax.
  • Code: Create a unique identifier to reference the tax in API calls.
  • Description: Add a detailed description for the tax configuration.
Tax calculation Rate: Specify the percentage rate for the tax.
After you create a tax, you cannot change its code. You can only update the name, rate, and description. For more information, see Update tax details.

2. Create tax

Use a valid access token and make a POST call to the /v1/commerce/billing/taxes endpoint. Include the following parameters: For information on all parameters, see API reference.
A successful call returns a 201 Created response. The response includes the following parameter: For information on all parameters, see API reference.

3. Apply taxes

After creating your tax configurations, you can apply them throughout your billing system: