Check User's Stripe Subscription

If the user uses the same email address when they purchase the subscription and to signup for your application, that shouldn’t be a problem. Stripe creates a ‘customer’ object and that customer object has an email address attached to it. You can very easily setup an API call to get the customer object from stripe when a user sign up for your app and then from that you can access the data related to any subscriptions they have.

If the user is already signed up to your app and they go to a different website to purchase a subscription, a webhook can be setup to provide the event notification to your application. You would then be able to run workflow actions to process the users subscription status and reference the customers email address to make the changes in your database to the correct User.

If you are looking to learn all you should know for setting up a Stripe Integration and have full control and autonomy of how it functions for your unique use case, consider checking out my stripe integration course. It covers everything from creating customers in Stripe and your database, webhooks, api calls, shopping cart for multiple subscriptions (think 1 subscription to access blog content and a second subscription to access video content) and more. I created it to allow others to ensure the most important feature of their application (monetization) is done properly and they have all the knowledge they need to maintain it and customize it.

Learn More

Boston85719 is an expert Bubbler with a decade experience as an educator. Real name Matthew, he has been actively building SaaS apps, marketplace apps, scheduling apps and more for clients, himself and for sale as templates.

As an official Bubble Bootcamp Instructor, he leads Bubble Bootcamps on a regular basis.

Always willing to offer advice via the Bubble Forum, Matthew also offers Private Personal and Group Training Sessions.

Through his site, NoCodeTrainer, Matthew provides a range of tutorials with editor access to help you jumpstart your Bubble development.

Always accessible you can send Matthew a private message via the forum or send an email directly with your requests.

Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.

Stripe Integration Course

NoCodeTrainer.com

1 Like