Addresses
Address entities hold billing address information for a customer. They're sub-entities of customers.
Addresses store components of a customer billing address. They're always created against a customer entity.
You can create as many addresses as you like against a customer — useful for billing companies with different locations.
Address entities hold address components like:
- Country
- ZIP/postal code
- State (region)
- A short, internal description for this address
Customers, addresses, and businesses work with checkouts, transactions, and subscriptions to bill for products and prices.
You can't bill a customer without an address. To make buying as frictionless as possible, Paddle only requires a country except in some regions where a ZIP or postal code is also required.
Learn how to create a complete customer with a related address and business. See: Work with customers
There's no delete operation for addresses. Use the update an address operation to archive addresses when you no longer need them. See: Delete entities