payment_method.deleted
Occurs when a payment method is deleted.
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.
deletion_reasonstring
Reason why this payment method was deleted.
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
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}