I am trying to understand how Zeroqode’s Stripe Marketplace Express plugin works because I need some advanced features, for which I may need to make my own separate API calls using Bubble’s API connector.
I’m getting confused because in Stripe’s documentation, there are certain instances where some server-side code needs to be run. I am not sure if all that a plugin does is do API calls, or if it runs servers-side code in the installation process. If the former, I think I can accomplish what I’m trying to do on Bubble via the API connector. But if the latter, then my project may come to a grinding halt, because I don’t think I can run Stripe’s server-side code on Bubble.
If anybody has any insights on the relationship between plugins and server side code, I would really appreciate it.