#Linq2-connect
1 messages · Page 1 of 1 (latest)
I have a question about multiple connect accounts dividing payments in one transaction
https://stripe.com/docs/connect/charges-transfers
From our site a member has purchased multiple items from several partners, how do I split the correct amounts in to the individual partner connect account so they get the correct amount based on items purchased?
you process one PaymentIntent on the platform account, then call the Transfer create API multiple times, one for each account, usingsource_transactionandtransfer_groupto make it easier to work with
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!