Member-only story

How to Create a Stripe Subscription with React and Node.js

Collect recurring payments from your customers using Stripe in React and Node.js.

Mohammad Faisal
JavaScript in Plain English
3 min readNov 1, 2022

--

Photo by Towfiqu barbhuiya on Unsplash

Stripe is one of the most popular methods for collecting customer payments. It’s straightforward to use and an essential skill for any web developer.

In a previous article, we saw how to collect payments in a React application.

Today we will learn how to create a subscription and make it super easy for you.

Let’s begin!

First Step

To set up a subscription, first, you will need two secret values from the Stripe dashboard

Stripe dashboard

For the front end:

--

--

Published in JavaScript in Plain English

New JavaScript and Web Development content every day. Follow to join our 3.5M+ monthly readers.

Responses (1)

What are your thoughts?