Getting error while integrating paytm to laravel website

162 Views Asked by At

I have installed laravel package for the payment gateway of Paytm. I have added the correct credentials but I am getting invalid: This MID is not available on our staging environment error.

i don't understand why is it happening.


 'paytm-wallet' => [
        'env' => env('PAYTM_ENVIRONMENT'), // values : (local | production)
        'merchant_id' => env('PAYTM_MERCHANT_ID'),
        'merchant_key' => env('PAYTM_MERCHANT_KEY'),
        'merchant_website' => env('PAYTM_MERCHANT_WEBSITE'),
        'channel' => env('PAYTM_CHANNEL'),
        'industry_type' => env('PAYTM_INDUSTRY_TYPE'),
    ],

Solution to the problem.

0

There are 0 best solutions below