skip to Main Content

I downloaded PayuMoney payment extension for Magento 1.9 from their website and copied the respective directories/code in the app folder.

In the Admin, it is showing the configuration settings for this extension where I entered following details as instructed in the integration guide document:

Enabled: ​ ‘Yes’                         
Environment: sandbox               
PayUmoney Key: Test key as    provided in the guide (for testing purpose)  
PayUmoney Salt:​ Test    salt as provided in the guide (for testing purpose)  
Citrus Payment/Vanity Url: Blank  
Citrus Access Key:​ Blank  
Citrus Secret Key: Blank  
Route (%): Blank

Refer the screenshot: PayuMoney extension setting in Magento Admin
I want to test the functionality hence want to use sandbox environment with test credentials provided in the guide. But with above configuration setting, PayuMoney is not coming up for the customer in the checkout page as a payment option.

I checked related threads but it has not helped much. Appreciate if anyone has any idea to solve this problem.

2

Answers


  1. PayUMoney does not have payment options for sandbox so you can only use the card option using the test card credentials given on the website. If you want to check transactions with other options you need to check those in Live Mode only. Note that in live mode you’ll be having all the payment options.
    I hope this helps.

    Login or Signup to reply.
  2. There will be two options:

    Route to PayUMoney = 100
    Route to Citrus  = 0 
    

    Fill these values it will work.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search