#Nithin-connect
1 messages · Page 1 of 1 (latest)
you'd want https://stripe.com/docs/connect/ for any use case that involves paying money out to other parties
Oh okay, would this flow make sense?
Organisation => My account => Bounty Hunter accounts
I assume there is no way for organisations to directly pay all the users?
where does the money come from that ultimately gets paid out to the bounty hunter?
The Organisation
so
- your platform charges a credit card belonging to an organisation
- you hold those funds
- when a bounty hunter does a thing, you transfer funds to the connected account associated with that person to let them pay it out
perhaps.
instead of holding you could perhaps charge the payment method at the time the bounty hunter has done the thing, that's maybe easier but then runs the risk of what do you do if their payment method can't be charged for example.
Either way it's a very complicated use case so you'd want to do a lot of design and reading of docs to get started.
Makes sense, thank you! I will look into the docs for more 😄