Stripe integration guidance

Hi All - Is there a straightforward step-by-step tutorial on how to set up and configure Stripe with Bubble? I’ve viewed the hour-long webinar from Bubble, which is a bit over the place. The Bubble documentation is lacking in this area as well.

I want to understand the database structure and fields, integrations, subscription management, etc.

I appreciate any help you can provide.

Well it depends on your requirements.

thare are basically couple of plugins according to your need.

Thanks for the response.

I’m building a B2B application where a company would subscribe to 1 of 3 available plans monthly or annually. The subscription would be tied to the company vs individuals.

Ideally, I would like the company admin to manage the details of the subscription from within my app vs going out to the Stripe portal.

Hi there!
I found 2 really good videos on YT.

These helped me tremendously hope they help.
K

2 Likes

Thank you.

I would avoid using any of the plugins. Every app is different and the Stripe API is easy to work with.

I wasted months trying to get plugins to work right, then just built everything out via the API connector and it worked way better.

3 Likes

Thank you. I have running myself in circles.