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

https://github.com/varun-verma-code/express-stripe-checkout

Stripe checkout demo using express and node.js
https://github.com/varun-verma-code/express-stripe-checkout

Last synced: 12 months ago
JSON representation

Stripe checkout demo using express and node.js

Awesome Lists containing this project

README

          

# express-stripe-checkout

Stripe checkout demo using express and node.js

## Dependencies

- express
- dotenv
- cors
- stripe

## .env properties

PORT=3000
STATIC_SERVER_URL=http://localhost:5500
STRIPE_PRIVATE_KEY=YOUR_PRIVATE_KEY

## References

- [Stripe Checkout Sessions API Guide](https://docs.stripe.com/api/checkout/sessions/create)
- [Stripe Account Dashboard](https://dashboard.stripe.com/login)

## Test Credit Card

Card Number: 4242 4242 4242 4242
Expiration: Any date in future
CVC: 424
(Enter any test data in other fields)