#Hari-express-checkout

1 messages · Page 1 of 1 (latest)

pearl stirrup
celest meadow
#

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,

pearl stirrup
#

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

celest meadow
#

ok, can we use this API with hosted checkout?