address.updated
Occurs when an address is updated.
Unique Paddle ID for this event, prefixed with evt_
.
Type of event sent by Paddle, in the format entity.event_type
.
RFC 3339 datetime string of when this event occurred.
New or changed 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.
Unique Paddle ID for this notification, prefixed with ntf_
.
12345678910111213141516171819201{
2 "event_id": "evt_01hv8gygr4t0xrb2v821t7x9vk",
3 "event_type": "address.updated",
4 "occurred_at": "2024-04-12T06:47:02.148531Z",
5 "notification_id": "ntf_01hv8gygyqp6hyjjxmmag28m6p",
6 "data": {
7 "id": "add_01hv8gq3318ktkfengj2r75gfx",
8 "city": "San Jose",
9 "region": "CA",
10 "status": "active",
11 "created_at": "2024-04-12T06:45:53.267Z",
12 "first_line": "5400 E Washington Drive, Floor 2",
13 "updated_at": "2024-04-12T06:47:01.533006Z",
14 "custom_data": {
15 "crm_id": "08bcfb7a-41d8-4747-9ade-3d885c287d0f"
16 },
17 "customer_id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
18 "description": "California Office",
19 "import_meta": null,
20 "postal_code": "95314",