#daisdead
1 messages · Page 1 of 1 (latest)
Hi there!
If the customer already has a payment method saved, then it's up to you to display that in your UI. Then if the user select that as a payment method, then create a PaymentIntent with the correct payment_method parameter, and confirm the PaymentIntent on the frontend with https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-attached
then create a PaymentIntent with the correct payment_method parameter
I think this was the detail, I needed to hear!