#krishna1433-saved-payment-methods
1 messages · Page 1 of 1 (latest)
Unfortunately there is not a prebuilt UI element like that at the moment though I do believe an Element for this is on the roadmap.
Is there a reason you want it to be in an iFrame? Otherwise you can still retrieve the list of the customer's payment methods and display them to your customer
Hmm. I can display them, but by selecting the payment method, how can I confirm payment with that payment method
The confirm methods have a parameter for payment_method you can pass the payment method id in to that parameter https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-data-payment_method
Complete reference documentation for the Stripe JavaScript SDK.
Awesome. Thank you!
Of course! Happy to help