I am using magento 1.9.4.1 version and trying to install paytm payment gateway through paytm pre-built plugins.
I had follow all steps using Test API:
- Download Plugin through github.
- Paste app and skin folder into located path
- Fill all details along with Merchant Id and Merchant Key.
- Order successfully done.
Now when I am using with Production API Details Merchant Id and Key it will showing this error: invalid: This MID is not available on our staging environment.
3
Answers
please use this paytm production url “https://securegw.paytm.in/” instead of “https://securegw-stage.paytm.in” testing url
Follow the below steps to rectify & fix this problem:
Please mention all the parameters that you are passing from the backend when you message them:
The MID for staging is different that your original merchant MID.
When PAYTM_ENVIRONMENT is set as TEST you must use the MID which was provided for staging not your PROD MID.