- Copy the 'paytm' folder, index.js, router.js and server.js into your project directory.
- Please set the required parameters in 'paytm/paytm_config.js' file. These parameters will be received after completing the registration process with Paytm.
- For the Generate Checksum URL, please use the case for '/generate_checksum' in the router.js file. For example, a generate checksum URL may look like yoursite/generate_checksum
- For the Verify Checksum URL, please use the case for '/verify_checksum' in the router.js file. For example, a verify checksum URL may look like yoursite/verify_checksum
- genchecksumbystring : For generating the checksum
- verifychecksumbystring : For verifing the checksum