Skip to content

Silentagony/saas-stripe

 
 

Repository files navigation

The Meteor Chef

#005 - Building a SaaS with Meteor: Stripe

In this recipe (two parts) we'll help a new SaaS startup Todoodle (a todo list creator) integrate Stripe into their app. We'll learn about signing up users, creating customers and subscriptions in stripe, managing a customer's usage, and displaying a customer's current plan information.

In part two of our Stripe recipe we'll learn how to make it possible for our customers to change their plan, update and add new credit cards, cancel a subscription, and resubscribe to a subscription. We'll also learn about using Stripe's webhooks to display invoices for our customers and control account status.

Read Part 1 on The Meteor Chef

Read Part 2 on The Meteor Chef

Demo the Recipe

Download the Source

The code for this recipe is licensed under the MIT License.

About

Learn how to integrate Stripe with Meteor.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 75.1%
  • HTML 23.2%
  • CSS 1.7%