Hi all - trying to create a marketplace where I plan to do the following:
- Onboard ‘sellers’. I am using the regular Bubble plugin to send customers to the stripe page using a redirect. This works fine.
- Once I onboard a seller AKA connected account, I want to ask them for input on the product and plan they want to create. I plan to have these products/plans be configurable. I.e. they can set their own price, subscriptions, etc.
- Once I have this information, I want to create individual seller pages where end-users can purchase the products and/or subscriptions.
I am struggling in step 2. How do I use the stripe.js plugin to create the products and plans on behalf of the connected account?
Thanks!