Shailesh Kumar
Shailesh Kumar

Reputation: 47

Test url is not working in payumoney

  $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.

Upvotes: 3

Views: 19640

Answers (2)

Parth Chavda
Parth Chavda

Reputation: 1829

$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.

Upvotes: 3

Aravind NC
Aravind NC

Reputation: 812

Leave service provider as blank. That should work.

Upvotes: 4

Related Questions