Payment processing and gateway in Django using Stripe
-
Clone the repository. Virtual environment using PIPENV was suitable for this project to install Django.
-
A test account at stripe is required.
-
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.
-
When required, the stripe CLI is installed manually into the root directory to activate stripe webhooks (listening ports). Check this here.
-
Styled using Tailwind CSS.