My store would like to support US and Canadian accounts connected accounts, and for me to do this I need to configure US and Canadian Stripe accounts. How can I use the Stripe plugin so it can be configured with two sets of Stripe keys (one for US account and one for Canadian).
My plan was to extend BaseStripe to create another payment provider with its own static identifer and then pick the right one on the client side. My issue is that BaseStripe is "tied" to the medusa-payment-stripe configuration in medusa-config.js and there we can only specify one set of keys.