#.jovanm_

1 messages · Page 1 of 1 (latest)

sweet elmBOT
#

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.

somber lagoon
#

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

Learn how to confirm a card payment on your server and handle card authentication requests.

vocal cipher
#

I see, thanks!

#

Is it possible to display only the Expiry input in Payment Element?

somber lagoon