#PKatta
1 messages · Page 1 of 1 (latest)
Hello 👋
Unfortunately, no. You can't confirm more than one PaymentIntent via client-side code.
Also, I don't think you should need to create separate PaymentIntents for separate services.
You can combine the prices for the services in one total and use one PaymentIntent to charge the PaymentMethod
Right, but we need separate charges on the user's credit card. That is the business requirement.
Can you please help me find a solution....
In that case, you'd want to create and confirm PaymentIntents server-side
let me check if we have any docs on this
yes pleasse
sorry still looking..
There's no recommended flow for your usecase
But for the most part, this guide covers what you need
https://stripe.com/docs/payments/accept-a-payment-synchronously