harishbisht / paytm-django

paytm payment gateway example
32 stars 33 forks source link

Paytm-Python-Django (For python 3)

Paytm-Payment Gateway Example On Python-Django

git clone https://github.com/harishbisht/paytm-django.git

*Make Migrations

python manage.py makemigrations

*Migrate paytm app for transactions details

python manage.py migrate paytm

*Create Super user

python manage.py createsuperuser

*Go to

1) http://localhost:8000/admin
    - Log in using superuser credentials
2) http://localhost:8000/paytm

This should redirect you to Paytm Page.
Test Credentials to use for login:
Mobile Number – 7777777777
Password – Paytm12345
OTP – 489871

Stuff used to make this: