#moreteapls-expired-cards
1 messages · Page 1 of 1 (latest)
No, Stripe PaymentIntents and Setupintents
Gotcha. Mostly Stripe handles this for you — we have a Card Auto Updater where we converse with issuers to update cards. On your end you will want to just prompt users to update expired cards if they aren't updated automatically.
Sorry but how to know card hasn’t been updated automatically?
https://stripe.com/docs/api/events/types#event_types-payment_method.automatically_updated will fire if a PM is automatically updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Otherwise you would track the expiration date of the PaymentMethod