Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paytm Payment-Gateway

The process of sending request to the gateway and callback/response of transaction.

NOTE : Paytm Merchant Account is required.

- Paytm Merchant-ID and Paytm Secret-ID is to be added in settings.py

Steps to install and run in local system:-

  • Create a virtual environment $python3 -m venv <env_name>
  • Activate virtual environment $source <env_name>/bin/activate
  • Install requirements in venv $pip install -r requirements.txt
  • Make migrations $python manage.py makemigrations
  • Apply migrations $python manage.py migrate
  • Create a superuser $python manage.py createsuperuser
  • Run the server $python manage.py runserver

About

Paytm Payment-Gateway

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages