source.canceled
The source.canceled
event is triggered whenever an end-user's payment card gets canceled/deleted. Please note that triggering this event requires contacting Stripe's support to cancel/delete a source in order to reflect correctly on our webhooks.
{
"type": "source.canceled",
"id": "evt_hJfeFJQZEwKWqxaDT4WYIyLf",
"created": 1679397807,
"data": {
"object": {
"object": "source",
"id": 510782,
"object_id": "src_1Mg5DGAQMlpW1iAwE570JVmT",
"object_gateway": "stripe",
"address_line1_check": "pass",
"address_zip_check": "pass",
"brand": "Visa",
"country": "US",
"cvc_check": "pass",
"dynamic_last4": null,
"exp_month": 3,
"exp_year": 2024,
"funding": "credit",
"last4": "0341",
"name": null,
"three_d_secure": "optional",
"tokenization_method": null,
"site_ids": [
699
],
"customer": {
"id": 3408,
"name": "Customer Name",
"email": "[email protected]"
}
}
}
}
{
"type": "source.canceled",
"id": "evt_hJfeFJQZEwKWqxaDT4WYIyLf",
"created": 1679397807,
"data": {
"object": {
"object": "source",
"id": 510782,
"object_id": "2961278608024242",
"object_gateway": "vantiv",
"brand": "Visa",
"exp_month": 3,
"exp_year": 2024,
"last4": "0341",
"site_ids": [
699
],
"customer": {
"id": 3408,
"name": "Customer Name",
"email": "[email protected]"
}
}
}
}
{
"type": "source.canceled",
"id": "evt_hJfeFJQZEwKWqxaDT4WYIyLf",
"created": 1679397807,
"data": {
"object": {
"object": "source",
"id": 510782,
"object_id": "F9BA19EA82E7B040E053AF598E0AF8AF",
"object_gateway": "cybersource",
"brand": "Visa",
"exp_month": 3,
"exp_year": 2024,
"last4": "0341",
"site_ids": [
699
],
"customer": {
"id": 3408,
"name": "Customer Name",
"email": "[email protected]"
}
}
}
}
{
"type": "source.canceled",
"id": "evt_hJfeFJQZEwKWqxaDT4WYIyLf",
"created": 1679397807,
"data": {
"object": {
"object": "source",
"id": 510782,
"object_id": "EEhL5pGvFrRIl20D%2BPJutCDx44uDhyLRVhNp6ytX7IU%3D",
"object_gateway": "tap",
"brand": "Visa",
"exp_month": 3,
"exp_year": 2024,
"last4": "0341",
"site_ids": [
699
],
"customer": {
"id": 3408,
"name": "Customer Name",
"email": "[email protected]"
}
}
}
}
Updated over 1 year ago