Limited Release
A tax configuration defines a reusable tax rate that the system automatically applies to calculate taxes.
You can apply taxes to:
- Billing entities for regional tax requirements.
- Customers for customer-specific tax rates.
- Pricing plans and their components (base fees, usage charges, minimum commitments).
- Subscriptions through plan overrides.
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.
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.
201 Created response. The response includes the following parameter:
For information on all parameters, see API reference.