#jyrks.
1 messages · Page 1 of 1 (latest)
Hi. Let me help you with this.
It depends if you need to use the same bank account or not.
The options are
- Use the same Stripe account and differentiate based on metadata.
- Use 2 separate Stripe accounts and use 2 different sets of API keys.
- Use Stripe Connect - might be an overkill if you don't plan to expand companies further.
Hey, we need to use a separate bank account
Then it might be worth using 2 accounts and 2 sets of api keys.
All right. And you believe that Connect does not make it simpler? Would not need to juggle between 2 accounts then
Implementationwise it would take longer than 2 Stripe accounts?
Difinitely longer. Also, given that the 2 accounts will not need to collaborate, makes Connect unnecessary
You can treat it as 2 different Stripe integrations, just within a single app. And reuse what you can.
For webhooks I recommend keeping the 2 endpoints separate.
Okay, thanks for the info
Happy to help.