This is Part 2 in a series of guides on adding, managing, and keeping track of subscription payments using Stripe and Mongo for your SaaS app. In Part 2, we will:Save customer billing data in a Mongo database Display an Account Dashboard view Set up the Stripe Webhook to receive events from the Strice Dashboard Update plan details when a customer pays successfully.
Table of contents
IntroductionStart a Local Mongo DBAdd MongoDB Connection to AppCreate User SchemaCreate the User ModelSave user sessionsUI - Account DashboardConfigure local webhookUpdate customer planNext StepsSort: