#rocky_connect-flowoffunds
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ 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!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
đ 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/1212902487351107635
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
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.
- rocky_elements-payouts, 16 hours ago, 97 messages
We are a platform and users can get tipped on it. However, the tips will be charged by us directly. Afterwards, we want to call the api to pay the end user through Stripe Connect when they want to withdraw the money. Is that possible
Yes that's totally possible with Stripe Connect. That's a really common integration path.
https://docs.stripe.com/connect/collect-then-transfer-guide?platform=web is a good doc to start for example
But what I want to know is if it is possible to just charge the money to our stripe account only no matter the end user has or not a Stripe account. And pay the money to the end user's Stripe account when he/she has one and ask for the money.
yes it is possible, it's covered in details in our docs: https://stripe.com/docs/connect/charges-transfers
I recommend watching this video: https://www.youtube.com/watch?v=Wn9YrnLnPz4 which explains that flow of funds in details
We are using Standard Connect account, can we do this as well?
No that is incompatible with Standard accounts. You have to use Custom or Express, no other ways
Or in another word, is there any api we can call to pay someone else's Stripe account actively, like we transfer money to others
yes there is the exact doc I just gave you that does exactly what you want. Just impossible with Standard accounts
With Standard accounts you have to use Direct Charges: https://stripe.com/docs/connect/direct-charges where the charge happens directly on that account. See https://www.youtube.com/watch?v=dCL9adgdP0A
Under the spripe connct, standard,
Does the money charged to the wallet belong to strpie management or our platform management?
Hi @steel sage I'm taking over this thread