#aoz2022 - Connect
1 messages · Page 1 of 1 (latest)
Hello! This is possible, but not exactly as you describe it. You would use separate charges and transfers for this: https://stripe.com/docs/connect/charges-transfers
In a single API call you mean?
yes
No, multiple API calls are required.
You create the payment on the platform account, then you create separate transfers to multiple connected accounts that reference the payment.
got it
There is no explicit fee, you just don't transfer the full amount and keep the remainder as the fee.
can we do that in one PaymentIntent?
Yes.
okay thanks for the information. I will reach out if i have additional questions