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 or region.
- A short, internal description for this address.
Customers, addresses, and businesses work with checkouts, transactions, and subscriptions to let customers purchase products and prices.
Customers require an address to make a purchase. 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.
There's no delete operation for addresses. Use the update an address operation to archive addresses when you no longer need them. To learn more, see Delete entities