#jo_best-practices
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1211888303356256297
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
Stripe connect https://docs.stripe.com/connect is the right integration path that you'd need onboard the user as the connected account for the payout purpose
but then I can send money from my stripe account to these connect account users? how?
throw the api
The platform account balance can be transferred to the connected account balance, which will then be paid out to the connected account's external account.
- Transfer creation API: https://docs.stripe.com/api/transfers/create
- Payout of a connected account: https://docs.stripe.com/connect/manage-payout-schedule
ok, so I should firstly onboard users and then send money to them using their connect accounts id, right?
Yes, I'd recommend giving a try in test mode
great! thanks ๐๐ป