#Srikanth Lavudia

1 messages · Page 1 of 1 (latest)

soft wraithBOT
proper harness
#

Hi there 👋 it's not possible to process a single payment that is split between two Connected Accounts, where the payments also occur on those Connected Accounts.

Our Separate Charges and Transfers flow is the closest thing we have to what you're describing if you only want to process a single payment per transaction.
https://stripe.com/docs/connect/charges-transfers

It allows your Platform to process a single payment, and then create multiple Transfers to your Connected Accounts to provide them with their portion of the funds from the transaction. With this flow your Payment Intents, Customers, Payment Methods, etc will reside on your Platform account. We typically recommend using this flow with Custom or Express accounts rather than Standard accounts though.

With Connect, you can make charges on your platform account on behalf of connected accounts, perform transfers separately, and retain funds in the process.