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_gocvRvthku95hMagsaGIWAkT",
  "created": 1588106998,
  "triggered_from": "open_api",
  "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,
      "site_ids": [
        699
      ],
      "customer": {
        "id": 3408,
        "name": "Customer Name",
        "email": "[email protected]"
      }
    }
  }
}