source.expired
The source.expired
event is triggered whenever a card or source has expired. This notification will be applicable only to payment sources which are associated with an existing active subscription.
{
"type": "source.expired",
"id": "evt_wfduJXpoEt19crXzhzOmWMRY",
"created": 1669819080,
"data": {
"object": {
"object": "source",
"id": 380032,
"object_id": "card_1JmtmHLuY8Os87GpDsmMWGvN",
"object_gateway": "stripe",
"address_line1_check": null,
"address_zip_check": null,
"brand": "Visa",
"country": "US",
"cvc_check": null,
"dynamic_last4": null,
"exp_month": 10,
"exp_year": 2022,
"funding": "credit",
"last4": "4242",
"name": null,
"tokenization_method": null
}
}
}
{
"type": "source.expired",
"id": "evt_G8GClHd6tDiYalOOgPTwJIta",
"created": 1669819591,
"data": {
"object": {
"object": "source",
"id": 433206,
"object_id": "dbGFQkXsexBYcEEusT2JPYYpr8E23MBlW457%2FkwmL0g%3D",
"object_gateway": "tap",
"brand": "MasterCard",
"exp_month": 11,
"exp_year": 2022,
"last4": "0008"
}
}
}
{
"type": "source.expired",
"id": "evt_35GIIDkZbzor6ppTud01wvg7",
"created": 1669819784,
"data": {
"object": {
"object": "source",
"id": 399022,
"object_id": "2961278608024242",
"object_gateway": "vantiv",
"brand": "Visa",
"exp_month": 11,
"exp_year": 2022,
"last4": "4242"
}
}
}
Updated 2 months ago