#mel-card-expiry
1 messages · Page 1 of 1 (latest)
Hello 👋
The endpoint wouldn't fail, no.
My understanding is that the object would still be returned, it just wouldn't be usable for payments
You can run a quick test in test mode
hellotika-card-expiry
mel-card-expiry
@spare quest we have a lot of test cards that simulate declines at https://stripe.com/docs/testing#declined-payments. Specifically the one titled Decline after attaching is what you want. It'll simulate a card declining after it's been successfully attached
Is there a webhook to let us know when a cc is canceled?
no there isn't since we won't know until you try to charge that card and then the payment fail. Most banks in the US for example will automatically update expired cards so you really don't need to worry too much about this and just handle declines when they happen
In the case when the customer cancel the credit card, do the banks update stripe?
it depends on various cases. Ultimately there's nothing you can do here other than either get an automated update (which will then just work) or in the future when you charge that card you get a decline (which you handle by getting the customer to come and pay)
We are charging off session and want to know this before charging beforehand if possible