#theswerd-connect
1 messages · Page 1 of 1 (latest)
i want to accept payment from a user for event tickets, and split the money among event hosts. For regulatory reasons, I need the money going to the hosts to never touch my bank account, so I cannot accept the money, and then transfer from my account.
is there maybe a way we could pay all the money to one host, and then pay out from their account?
I'd recommend using Stripe Connect: https://stripe.com/docs/connect/explore-connect-guide where you as a platform and event hosts as the connected accounts. You'll then transfer money to the connected accounts after collecting payment: https://stripe.com/docs/connect/charges-transfers
im using stripe connect already
theswerd-connect
it is currently working perfectly for one ticket purchaser to one host
i need to figure out a way to do one customer to multiple hosts without ever accepting money into my account
For multiple transfers, you can use Separate Charges and Transfer: https://stripe.com/docs/connect/charges-transfers