I have a app marketplace in NZ that has transactions handled via Stripe to our NZ business bank account.
We have developed the app to extend to Australia and want to start taking payments in Australia to a second stripe account which transfers to our Australian business bank account.
However, the default Bubble plugin for Bubble only supports one set of credentials
Doe anyone know how I can get around this, to be able to have two sets of stripe credentials please?
Using the API connector will allow you to split both processes and use different credentials. However, you have to move away from using the Bubble Stripe plugin and use payment links/checkout sessions instead. Or you can keep the bubble plugin for the first workflow and use API/checkout sessions for the new market.
Here’s my post on connecting Stripe with your API connector. You can set up 2 separate API calls with different credentials and use the one you need.