#angry-moustache_best-practices

1 messages ยท Page 1 of 1 (latest)

latent oracleBOT
#

๐Ÿ‘‹ 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/1348990301498245181

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

lusty mango
#

Hi, let me help you with this.

#

I think first we need to precisely clarify what your client means by this:

be able to have these payments completely separate for financial reasons.

What does it mean to "have payments separate" exactly?

tiny flare
#

Hey, when someone pays for an event in the US, the money needs to go to the US company (the payout)

#

When someone pays for an EU ticket, the money needs to go to the EU company

#

if that makes sense ๐Ÿ™ˆ

lusty mango
#

I understand. If it's about different companies, not just separate external bank accounts, you will need to use 2 different Stripe Accounts.
Simply create a new Stripe account in the US and use its API keys when charging a US customer.
You could look into the Organizations public preview, but if you only plan to have a few Stripe accounts, you could just manage it as-is.

tiny flare
#

Alright, many thanks for the clarification ๐Ÿ™‚ Just wanted to make sure

lusty mango
#

Happy to help.