I\'m trying to integrate PayUMoney payment gateway in my client site. My client provided me the login details of PayUMoney. I was able to l
The Key and salt provided by payumoney is invalid use the following for testing:
// Merchant key here as provided by Payu $MERCHANT_KEY = "gtKFFx"; // Merchant Salt as provided by Payu $SALT = "eCwWELxi";
And make sure to leave service provider field blank.