Stripe Checkout Example

A simple implementation of Stripe Checkout and RevenueCat

RevenueCat supports web payments through Stripe. This allows you to let users subscribe on your own website, and automatically unlock access to the same subscription content through the Purchases SDK.

If you don't have or don't want a full website, it can be unclear on how to proceed with integrating Stripe payments. This sample project demonstrates how to use Stripe Checkout and webhooks to send purchase data to RevenueCat.

The easiest way to use this project is by deploying to Heroku instantly with the button below.

Deploy

You can run the project on any server that supports Node.JS 14.x.

Next Steps

For more detailed information about this project and its requirements, visit the project's GitHub repository, here.