checkout.customer.updated
Emitted when customer information is updated. This includes business and address information.
Name of this event, in the format entity.event_type
.
Event payload.
Unique Paddle ID for this checkout, prefixed with che_
.
Unique Paddle ID for the transaction related to this checkout, prefixed with txn_
.
Status of this checkout.
Key-value pairs of custom data. Must be valid JSON and contain at least one key.
Supported three-letter ISO 4217 currency code for this checkout.
Information about the customer on this checkout.
Items to bill for.
Financial breakdown of the total for this checkout, calculated by Paddle.
Financial breakdown of the recurring total for this checkout, calculated by Paddle. Only included where there are recurring items.
Information about the payment details used on this checkout.
Checkout settings.
Information about the discount applied to this checkout. Only included when a discount is applied.
12345678910111213141516171819201{
2 "name": "checkout.customer.updated",
3 "data": {
4 "id": "che_01gzdp52e7nkkve2qarvgj1fgx",
5 "transaction_id": "txn_01gzdp527wednsgfgde6sq9r23",
6 "status": "ready",
7 "custom_data": null,
8 "currency_code": "GBP",
9 "customer": {
10 "id": "ctm_01gvcz30f4d77tfnn60snnyxfd",
11 "email": "michael@bluthcompany.com",
12 "address": {
13 "id": "add_01gzdw4bht4ha049ba0c11xz12",
14 "country_code": "GB",
15 "postal_code": "EC1V 8BT",
16 "city": "Islington",
17 "region": "London",
18 "first_line": "18-29 Mora Street"
19 },
20 "business": {