This integration kit is used in WHMCS PHP E-Commerce Application. This library provides support for Paytm payment gateway.
Copy the files from this plugin into the corresponding folders on your installation, as mentioned below:
- Copy the Paytm/gateways/paytm.php file into your installation's /module/gateways/ folder
- Copy the Paytm/gateways/callback/paytm.php file into your installation's /module/gateways/callback folder.
- Copy the Paytm/gateways/paytm-sdk folder into your /module/gateways folder
See Video : https://www.youtube.com/watch?v=CBWWYawttE4
Provide the values for the following in the Configuration Settings of the Admin Panel.
- Merchant ID
- Website
- Merchant Key
- Channel ID
- Industry Type ID
- Transaction URL
- Transaction Status URL
Staging
Transaction URL => https://securestage.paytmpayments.com/theia/processTransaction
Transaction Status Url => https://securestage.paytmpayments.com/merchant-status/getTxnStatus
Production
Transaction URL => https://secure.paytmpayments.com/theia/processTransaction
Transaction Status Url => https://secure.paytmpayments.com/merchant-status/getTxnStatus