payment_method.saved
Occurs when a payment method is saved.
dataobject
New or changed entity.
idstring
Unique Paddle ID for the payment method, prefixed with paymtd_
customer_idstring
Unique Paddle ID for the customer, prefixed with ctm_
address_idstring
Unique Paddle ID for the address, prefixed with add_
typestring
Type of payment method saved.
originstring
Describes how this payment method was saved.
saved_atstring<date-time>
RFC 3339 datetime string of when this entity was saved. Set automatically by Paddle.
updated_atstring<date-time>
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
event_idstring
Unique Paddle ID for this event, prefixed with evt_.
event_typestring
Type of event sent by Paddle, in the format entity.event_type.
notification_idstring
Unique Paddle ID for this notification, prefixed with ntf_.
occurred_atstring<date-time>
RFC 3339 datetime string of when this event occurred.
Request
1234567891011121314151{
2 "event_id": "evt_01hwvkmsge7bhq1a31s35784zt",
3 "event_type": "payment_method.saved",
4 "occurred_at": "2024-05-02T02:55:25.198953Z",
5 "notification_id": "ntf_01hwvkmsknrgqw4z1598qw4ypt",
6 "data": {
7 "id": "paymtd_01hs8zx6x377xfsfrt2bqsevbw",
8 "customer_id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
9 "address_id": "add_01hv8gq3318ktkfengj2r75gfx",
10 "type": "card",
11 "origin": "saved_during_purchase",
12 "saved_at": "2024-05-02T02:55:25.198953Z",
13 "updated_at": "2024-05-02T02:55:25.198953Z"
14 }
15}