#ironclaw
1 messages · Page 1 of 1 (latest)
Hi 👋 no, that isn't possible. Stripe accounts can add one bank account per currency, so splitting payments like this is not possible without implementing Stripe Connect as part of the project.
Ah, gotcha. I didn't realise it was one per currency.
Back to the drawing board!
For Payouts, can we have multiple accounts in the same currency?
The work around being we accept the Charge, then trigger a Payout to the account we want.
Stripe Connect is an option but it's a lot of overhead for this project as it's only a handful of products.
No, you can have one bank account per currency for payouts (unless you're working with Custom Connected Accounts). If you want to split payouts for the same currency across multiple bank accounts, you will need to use Connect.
Ok, thank you so much. Have a good day!