Skip to content

Payment processing and gateway in Django using Stripe

License

Notifications You must be signed in to change notification settings

e-ManueI/stripe-pay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stripe-pay

Payment processing and gateway in Django using Stripe

REQUIREMENT:

  1. Clone the repository. Virtual environment using PIPENV was suitable for this project to install Django.

  2. A test account at stripe is required.

  3. In the /container/settings.py, the STRIPE_PUBLIC_KEY, STRIPE_SECRET_KEY and the STRIPE_WEBHOOK_SECRET files should be altered into relevant key values obtained from the stripe developer dashboard. Facing problems? click here or here(official documentation) to learn more.

  4. When required, the stripe CLI is installed manually into the root directory to activate stripe webhooks (listening ports). Check this here.

  5. Styled using Tailwind CSS.

About

Payment processing and gateway in Django using Stripe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published