Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benhalverson/stripe-demo


https://github.com/benhalverson/stripe-demo

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

```
npm install
npm run dev
```

```
open http://localhost:3000
```

## Download the stripe CLI
https://docs.stripe.com/stripe-cli
In another terminal run the following commands
```
stripe login

stripe listen -e checkout.session.completed --forward-to http://localhost:3000/webhook
```

Use the webhook secret from the cli in the .env file