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.
List addresses for a customer
gethttps://api.paddle.com/customers/{customer_id}/addresses
Create an addresses for a customer
posthttps://api.paddle.com/customers/{customer_id}/addresses
Get an address for a customer
gethttps://api.paddle.com/customers/{customer_id}/addresses/{address_id}
Update an address for a customer
patchhttps://api.paddle.com/customers/{customer_id}/addresses/{address_id}