#jocyanno_connect
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
๐ 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/1261334773230469131
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hi ๐ no, you can only payout funds from your Stripe balance to your own bank account.
If you need to transfer funds to third-parties as part of your flow, then you need to look into implementing Connect:
https://stripe.com/connect
With it you onboard your third-parties to Stripe, and are then able to transfer funds to their Stripe account balance.
In reality, I need to make payments to third parties that are not part of my account
That's not possible, unless you use Connect to onboard them to Stripe and make an association between your account (which would then be the Platform Account) and the Stripe Account that was created for the third-party (which are referred to as Connected Accounts).