#Hari-express-checkout
1 messages · Page 1 of 1 (latest)
splitting the payment into multiple account
Currently we use
session = await stripe.checkout.sessions.create({
payment_method_types: ['card'],
line_items: line_items,
mode: 'payment',
application_fee_amount: applicationFeeAmount,
Hi there! With Express Accounts you want to handle everything on your platform.
Ah so you are trying to use Separate Charges and Transfers here?
That is the flow to split up payments among multiple accounts
Have you taken a look at https://stripe.com/docs/connect/charges-transfers?
ok, can we use this API with hosted checkout?