jainmohit2001 / paytmchecksum-example

A sample code for python paytmchecksum library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example: paytmchecksum library

This is a simple code example illustrating the usage of the paytmchecksum library

Installation

  1. Setup python virtualenv using the following command:

    python3 -m venv venv
    source ./venv/bin/activate
  2. Install requirements

    pip install -r requirements.txt
  3. Create a .env file from the .env.template file with the Paytm developer credentials obtained from the dashboard (https://dashboard.paytm.com/next/apikeys).

  4. Run the main.py program

    python3 main.py

About

A sample code for python paytmchecksum library

License:MIT License


Languages

Language:Python 100.0%