#wendy
1 messages · Page 1 of 1 (latest)
If there is a new card to replace it, we should be notified about the new details and you'd get a payment_method.automatically_updated event:
https://stripe.com/docs/payments/cards/overview#automatic-card-updates
but if its fully cancelled then no theres no event
is there an validate or check card still ok endpoint we can call prior to getting the payment....i think we are trying not to use the preauthorize one
No, that's not available. You'd get an appropriate decline when you next try to use it for payment, then handle with your customer.