Subscribing to a plan through Stripe

When I use the action of “Subscribe the user to a plan”, Bubble doesn’t ask me for any additional information, such as plan ID. How will the system know exactly which plan I’m subscribing the user to?

It does, you should see a dropdown with the different plans you have created in stripe. To fetch these though, we need the API keys, so make sure they’re set up correctly in the plugin tab.

One important thing to notice: you need to create the same plans with the same ids for live and test mode in stripe, so that both versions of your app in Bubble work.

1 Like

Makes sense, thanks!