#mel-card-expiry

1 messages · Page 1 of 1 (latest)

primal horizonBOT
thorn dock
#

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

primal horizonBOT
spare quest
#

How to trigger a cancel to test this?

#

Cancel of cc

gaunt gorge
#

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

spare quest
#

Is there a webhook to let us know when a cc is canceled?

gaunt gorge
#

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

spare quest
#

In the case when the customer cancel the credit card, do the banks update stripe?

gaunt gorge
#

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)

spare quest
#

We are charging off session and want to know this before charging beforehand if possible

gaunt gorge
#

I know, I get that, I'm just telling you that's impossible

#

even if the card worked today, it might not work tomorrow