Test url doesn't work in payumoney

  $MERCHANT_KEY = "JBZaLc";

  $SALT = "GQs7yium";

  $PAYU_BASE_URL = "https://test.payu.in";

      

I provided merchant key, salt and Payumoney base url as I stated above but test url doesn't work. translation to test url gives an error. Sorry, there was some problem.

+3


source to share


2 answers


Leave the service provider blank. This should work.



+4


source


$MERCHANT_KEY = "gtKFFx";

// Merchant Salt as provided by Payu
$SALT = "eCwWELxi";

// End point - change to https://secure.payu.in for LIVE mode
$PAYU_BASE_URL = "https://test.payu.in";

      



use this if doesn't work tell me it works for me for test account.

+3


source







All Articles