#.jovanm_
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Updating the card number isn't really a thing, you'd want to collect a whole new PaymentMethod at that point. I think there is a flow for updating CVC/expiry, looking for the docs on that
Stripe cannot store the CVC, so you can't update it per se but you can manually recollect it on later payments if you want
https://stripe.com/docs/payments/accept-a-payment-synchronously#web-recollect-cvc
For expiry you can update it with a call to the update PaymentMethod endpoint
https://stripe.com/docs/api/payment_methods/update#update_payment_method-card
Not for recollection purposes unfortunately but there is a cardCvc element https://stripe.com/docs/js/element/other_element?type=cardCvc