#PKatta

1 messages · Page 1 of 1 (latest)

slim oracleBOT
devout kelp
#

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

worldly mortar
#

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....

devout kelp
#

In that case, you'd want to create and confirm PaymentIntents server-side
let me check if we have any docs on this

worldly mortar
#

yes pleasse

devout kelp
#

sorry still looking..
There's no recommended flow for your usecase