3
  $MERCHANT_KEY = "JBZaLc";

  $SALT = "GQs7yium";

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

I have given merchant key, salt & Payumoney base url like i have given above but the test url is not working.it transfer to test url gives the error Sorry, Some Problem Occurred.

Shailesh Kumar
  • 33
  • 1
  • 1
  • 7

2 Answers2

4

Leave service provider as blank. That should work.

Aravind NC
  • 762
  • 7
  • 14
  • 2
    service provider is not required for payumoney. that identify by merchant key and merchant salt that is given above by me – Shailesh Kumar Aug 14 '15 at 19:34
3
$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 don't work tell me..it's work for me for test account.

Parth Chavda
  • 1,819
  • 1
  • 23
  • 30
  • please see the answer http://stackoverflow.com/questions/23773892/sorry-some-error-occurred-while-integrating-payumoney-payment-gateway-in-test. we need to create a test account and use its credentials – Hari Mar 02 '17 at 05:33
  • 1
    This Merchant Key and SALT works fine for Test Server of PayuMoney & Payubiz both. Thanks Bro.. – Jaydeep Goswami Jun 26 '17 at 10:02