Skip to content

Salmandabbakuti/stripe-express-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe Payments Integration with express

This is a simple project to demonstrate how to integrate stripe payments and webhook handling with express

Getting Started

Copy the .env.example file to .env and fill in the required values.

npm install

npm start

Usage

  • Go to http://localhost:3000/purchase and click on checkout.
  • It will redirect you to the stripe checkout page. Fill in the details and click on pay.
  • You will be redirected to the success page if the payment is successful.
  • You can see the payment details in the stripe dashboard.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

Stripe Payments integration with webhooks support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published