#electric-paymentmethod-event
1 messages · Page 1 of 1 (latest)
electric-paymentmethod-event
@warm salmon payment_method.detached is only when a PaymentMethod is explicitly detached from a Customer. If the "card is closed" with the bank, this would never be reflected back to Stripe so we can't tell you about it. You'd know in the future if you get a decline on that card
is there any specific decline code I should be looking for?
https://stripe.com/docs/declines/codes is the list. Sadly each bank does it their own way. some will just say a generic decline, others will say incorrect_number, etc.
that's what I suspected, thank you for confirming!
Just one last quick question 🙏
regarding the card auto updater, to my understanding, when I receive the payment_method.automatically_updated event, There will be a new last4 and expiry in the event.
Is it correct to say that I can still continue using the same PaymentMethod object (no need to create a new one)?
Yes! We update it so that it just works seamlessly for you