A Payment Gateway which implements a novel escrow payment method called Transfer on Delivery (ToD) for e-commerce platforms.
To Run:
- pip install -r requirements.txt
- python db_create.py
- python populate_db.py
- python run.py
Access the localhost on a browser of your choice.
Note: This was an entry to the ICICI Appathon 2017 that got shortlisted to the second-last round. It may not work at the moment as it uses a few of the ICICI Rest APIs that might have been disabled.