Stripe Connect -- Create new product & plan

Hi all - trying to create a marketplace where I plan to do the following:

  1. Onboard ‘sellers’. I am using the regular Bubble plugin to send customers to the stripe page using a redirect. This works fine.
  2. 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.
  3. 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!

I don’t see how to close this thread, but for anyone interested, I figured it out. Bubble API connector all the way!

Yes, try not to use Stripe.js plugin as there are many limitations and no documentation. Use Bubble API connector as far as possible!