Limited Release
A billing entity represents a distinct billing configuration within your business that handles billing operations for specific regions, divisions, or legal entities.
Billing entities connect the following:
- Customers through billing entity code assignment.
- Tax codes for compliance requirements in different jurisdictions.
- Invoices and credit notes that inherit billing entity context.
1. Understand billing entity configuration
Before you create a billing entity, decide on these configuration details based on your business structure and compliance requirements. Then, you can make a POST call to the Create billing entity endpoint to send the information to PayPal. Basic identification- Name: Set a descriptive name that identifies the billing entity.
- Code: Create a unique identifier to reference the billing entity in API calls.
- Default currency: Set the primary currency for this billing entity’s operations.
- Invoice settings: Configure whether to finalize invoices with zero amounts.
- Address information: Provide the billing entity’s legal or operational address for compliance and tax purposes.
2. Create billing entity
Use a valid access token and make a POST call to the/v1/commerce/billing/billing-entities 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.