#angry-moustache_best-practices
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/1348990301498245181
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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?
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 ๐
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.
Alright, many thanks for the clarification ๐ Just wanted to make sure
Happy to help.