source.canceled
The source.canceled
event is triggered whenever an end-user's card expires. This event can be used to inform the client that their Payment source expired and that they need to update it.
{
"type": "source.canceled",
"id": "evt_gocvRvthku95hMagsaGIWAkT",
"created": 1588106998,
"data": {
"object": {
"object": "source",
"id": 1,
"address_line1_check": "unchecked",
"address_zip_check": "unchecked",
"brand": "Visa",
"country": "US",
"cvc_check": "unchecked",
"dynamic_last4": null,
"exp_month": 2,
"exp_year": 2022,
"fingerprint": "Ckhj6PPVhovMUmmB",
"funding": "credit",
"last4": "4242",
"name": null,
"three_d_secure": "optional",
"tokenization_method": null
}
}
}
Updated about 1 year ago
Did this page help you?