#olegdm_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/1212678231753494561
đ 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!
Which connected account type do you use? Standard, Express or Custom?
Express
For Express connected account, I'd recommend using Destination Charges to collect payment from the customer and transfer the funds to the connected account: https://docs.stripe.com/connect/destination-charges
i need cross-region support
For cross region support, on_behalf_of can be used as suggested in the doc above:
For cross-region support, you must specify the settlement merchant to the connected account using the on_behalf_of attribute on the charge
Here's the guide on how to use on_behalf_of on Destination Charges: https://docs.stripe.com/connect/destination-charges#settlement-merchant
okay, thx