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
- Host: GitHub
- URL: https://github.com/varun-verma-code/express-stripe-checkout
- Owner: varun-verma-code
- Created: 2024-10-22T16:27:03.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-06T00:31:52.000Z (over 1 year ago)
- Last Synced: 2025-04-08T08:19:09.749Z (about 1 year ago)
- Language: JavaScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)