Skip to content

Quick Start

chris edited this page May 9, 2023 · 4 revisions

A Stripe integration made easy!

The aim of this package is to make integrating your RedwoodJS app with Stripe API as easy as possible. As in you only need to type in one command into your terminal.

Preflight

In terminal

npx @redwoodjs-stripe/cli setup

Yip that's it!

The setup process will ask you for your Stripe API keys and ask whether you would like some dummy data. Everything that you will need for a storefront will be scaffolded out and available in your app.

After the setup process has completed navigate to the demo page (localhost:8910/stripe-demo) to play around with the example store. From there you can copy and replace code to suite your needs.

Clone this wiki locally