Skip to content

It is a basic payment integration using Stripe's Python SDK.

License

Notifications You must be signed in to change notification settings

debjit-mandal/payment-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-payment-gateway

This is a basic payment integration using Stripe's Python SDK.

  • Setup Stripe Account:

  • Some necessary packages must be installed for running the code:

    pip install Flask stripe python-dotenv
    

In the .env file please replace the STRIPE_SECRET_KEY with your Stripe Secret Key and STRIPE_PUBLISHABLE_KEY with your Stripe Publishable Key. These can be found in the Stripe Dashboard.

  • To run the code locally:
  1. Fork this repository

  2. git clone https://github.com/debjit-mandal/simple-payment-gateway.git
    
  3. cd simple-payment-gateway
    
  4. python app.py
    
  5. Visit http://localhost:5000 to view the frontend.

Feel free to suggest any kind of improvments.

About

It is a basic payment integration using Stripe's Python SDK.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published