Create an address for a customer
Creates a new address for a customer.
For tax calculation, fraud prevention, and compliance purposes, you must include a postal_code
when creating addresses for some countries. For example, ZIP codes in the USA and postcodes in the UK. See: Supported countries
If successful, your response includes a copy of the new address entity.
Path Parameters
Paddle ID of the customer entity to work with.
Request Body
Supported two-letter ISO 3166-1 alpha-2 country code for this address.
Memorable description for this address.
First line of this address.
Second line of this address.
City of this address.
ZIP or postal code of this address. Required for some countries.
State, county, or region of this address.
Your own structured key-value data.
Response
Represents an address entity.
Unique Paddle ID for this address entity, prefixed with add_
.
Paddle ID for the customer related to this address, prefixed with cus_
.
Memorable description for this address.
First line of this address.
Second line of this address.
City of this address.
ZIP or postal code of this address. Required for some countries.
State, county, or region of this address.
Supported two-letter ISO 3166-1 alpha-2 country code for this address.
Your own structured key-value data.
Whether this entity can be used in Paddle.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Import information for this entity. null
if this entity is not imported.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
123456781{
2 "description": "Head Office",
3 "first_line": "4050 Jefferson Plaza, 41st Floor",
4 "city": "New York",
5 "postal_code": "10021",
6 "region": "NY",
7 "country_code": "US"
8}