#Shivam Kumar
1 messages · Page 1 of 1 (latest)
hi, once you've created the PaymentIntent with the arguments you desire, you would confirm it on the frontend with the customer's payment information, see https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements for a full guide
custome already have payment method for future payment in that case what should I do?
if you know the ID of the PaymentMethod they want to use you can pass that directly when confirming the PaymentIntent : https://stripe.com/docs/js/payment_intents/confirm_card_payment#stripe_confirm_card_payment-existing
if customer want to pay $100 to connect account and customer already have two payment method bank and card then I want customer will choose which payment method he/she want to pay how i do this thing any idea?
you can do that, do you have any code for what you've built so far? you can e.g. use our PaymentElement(docs shared above) to show multiple payment methods a customer could use to pay the PaymentIntent.
https://stripe.com/docs/payments/payment-methods/connect
I am referring this docs for add payment method.