Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 909 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 909 Bytes

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.