#ppuqhtkg
1 messages · Page 1 of 1 (latest)
What do you mean "don't using number?"
I don't input credit card number. That is, I would like to update the credit card info.
We recommend just recollecting the payment method with the Payment Element
I'm using CardExpiryElement component and CardCvcElement component. So, how hove to get values of expiry and cvc?
In that case you would use this approach here: https://stripe.com/docs/payments/save-card-without-authentication?platform=web#web-recollect-cvc
As for how to get the values, you would need your customer to come back online and provide them
Of course. What I mean is what to do when the current customer's card information is registered in the customer account (in my app) and the card is expired and I want to change only the card information (expiry date and CVC).
Then you use the recollection flow I linked
How have to get cvc value when I using CardCvcElement component?
I'm not sure what you mean. You use the component to let your customer enter their CVC details from their card
Ok, Thanks your assist.