#joy048278
1 messages · Page 1 of 1 (latest)
hi! sorry, I don't understand. Could you elaborate please?
I m using stripe custompayment method
Save card details checkbox click to popuate stripe element ?? Posdible?
sorry but I can't understand you. If you can post the exact code you're using and some screenshots of the problem you're facing we might be able to help!
How to populate saved card values in the stripe element in stripe custom payment method
same answer as before — we need more technical information before we can help.
thanks!
Ok
Iam using stripe element above save card listing . When check box click card details populate the stripe element
Auto fill the card details
that's not really a feature the PaymentElement has.
if you already know the PaymentMethod you'd like to use, you can simply call https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-existing when a button is pressed in your UI and dont't have to use the PaymentElement at all.
Ok