#lukeKu - credit card expiration
1 messages · Page 1 of 1 (latest)
yes, and/or disable the payment method
There's this, but I don't think it works with PaymentMethods (just cards or sources): https://stripe.com/docs/api/events/types#event_types-customer.source.expiring
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
An option could be to go to: https://dashboard.stripe.com/settings/billing/automatic
And then turn on the option to email customers that their card is expiring
You can provide a link within the email so they can update their info
We want them to access everything via our system, so sending the email directly from Stripe is probably not ideal.
Can you speak to PCI compliance at all?
I can't unfortunately. I would contact support for that one
But what I do know is you can fetch the expiration date in an API call: https://stripe.com/docs/api/payment_methods/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
thank you!
You should be fine to store the expiration actually
awesome. thank you!!!
No problem