#_connect-destination
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.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1271137341465169931
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! I'm sorry but I don't really understand the way you framed the question
If you create a PaymentIntent with on_behalf_of that means you're using Destination Charges right? If so you want to read https://stripe.com/docs/connect/destination-charges and it shows the flow of funds
The funds will land on the connected account and then later that account will receive their Payout yes
_connect-destination
after a certain time a charge gets transferred into a bank account, which by default is the "me", am I right?
It depends on how you integrate Stripe. that's why I linked to that specific doc. If you use Destination Charges then the funds go in the connected account's Stripe account's balance, not your own balance
So the obo has no effect on where the funds actually go?