Skip to content Skip to sidebar Skip to footer

Widget HTML #1

Coding Stripe Subscriptions with NodeJS

Coding Stripe Subscriptions with NodeJS

How to charge people for things month after month.

Preview this Course

What you'll learn
  • A fully functional NodeJS site running on their local system that will charge a test account for a subscription.
  • Understand the Stripe Subscription technical process
  • Understand how to debug the Stripe Subscription Process
  • Understand how to set up and run all of the required code locally

In this course we'll walk you through all the technical details of handling Stripe Subscriptions via your NodeJS application.  We'll start by walking you through everything you need to do to set up your local environment for building, testing, and debugging Stripe Subscriptions. This will include cloning our course repo from Github, downloading and installing a local instance of MongoDB, and downloading and installing the Stripe Command Line Interface (CLI).

Then we'll walk you through each step you need to take to set up your subscription products within the Stripe system (including the difference between test mode and production mode).

Next we'll go in-detail through the NodeJS application code and where, when, and how to use the Stripe package within it to programmatically trigger Stripe Subscriptions and Subscription updates. Throughout this section we'll also discuss the structure of our NodeJS project and provide tips on where and how you might want to evolve it over time as your subscription needs evolve.

Finally we'll walk you through some debugging tips & tricks and show you how to do some more advanced things like setting up trial periods and offering more than one price for a given subscription.
By the end of this course you'll have everything you need (knowledge and code) to successfully integrate Stripe Subscriptions into your NodeJS projects.

Who this course is for:
  • Junior developers (and beyond) that have basic NodeJS knowledge and are looking to integrate Stripe Subscriptions into their systems & services

Post a Comment for "Coding Stripe Subscriptions with NodeJS"