payment_method.deleted
Occurs when a payment method is deleted.
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 payment method entity, prefixed with paymtd_
.
Paddle ID of the customer that this payment method is saved for, prefixed with ctm_
.
Paddle ID of the address for this payment method, prefixed with add_
.
Reason why this payment method was deleted.
Type of payment method saved.
Describes how this payment method was saved.
RFC 3339 datetime string of when this entity was saved. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Unique Paddle ID for this notification, prefixed with ntf_
.
123456789101112131415161{
2 "event_id": "evt_01hwz6k64a210xcvsdbg3y4vmr",
3 "event_type": "payment_method.deleted",
4 "occurred_at": "2024-05-03T12:24:18.826338Z",
5 "notification_id": "ntf_01hwz6k66fp6cxtxyt6551wv7z",
6 "data": {
7 "id": "paymtd_01hs8zx6x377xfsfrt2bqsevbw",
8 "customer_id": "ctm_01hv6y1jedq4p1n0yqn5ba3ky4",
9 "address_id": "add_01hv8gq3318ktkfengj2r75gfx",
10 "deletion_reason": "api",
11 "type": "card",
12 "origin": "saved_during_purchase",
13 "saved_at": "2024-05-02T02:55:25.198953Z",
14 "updated_at": "2024-05-03T12:24:18.826338Z"
15 }
16}