Right now i have one stripe account used for subscription payments on my app but this account cannot have access to stripe connect so I need to create a new stripe account to integrate it with connect. I need to do this for the multi-vendor marketplace aspect of my app.
Would I run into any issues using two different stripe accounts for different components if i use the different publishable/secret keys from the second stripe account on another component or should it all be fine?
thank you!