I am in the process of using Bubble to build a proof of concept web app involving two types of users: curators and subscribers. Curators create collections of digital goods (songs, images, memes, etc.). By subscribing to a curator, a subscriber gets access to the curator’s collections.
I have already used the Stripe Marketplace Connect Plugin to:
- register curators as a seller in Stripe
- register subscribers as a customer in Stripe
- create a card for customer
Now I am trying to accomplish the following:
-create a subscription (or plan/subscription item?) for a seller according to the price they set during onboarding
-allow users to sign up for a seller’s subscription/plan/subscription item when they opt to do so
Obviously I am still a little unclear about the nomenclature or subscription vs. subscription item vs. plan, but hopefully the objectives above make sense within the context of what I’m building.
I appreciate any help or guidance on this!