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
This is confusing for the first timers. Supplied default key
and salt
will not work straight away.
In order to test the gateway using a test key and salt, kindly follow these steps:
- Go on test.payumoney.com
- Sign up as a merchant - use any of your valid email ids - kindly do not use a random email id.
- Complete the "Business Details" - you may use PAN no. ABCDE1234F and DOB - 01/04/1990
- Complete "Bank Account Details" (You may use IFSC- ALLA0212632)
- You dont have to worry about Bank verification step or any other step after that.
Go to below mentioned location to get the Test Merchant Id : Seller Dashboard -> Settings -> My account -> Profile Settings
After that send your test merchant id to technical team using contact us form and they will approve.
- Once approved you can find your test key and salt at : Seller Dashboard -> Settings -> My account -> Merchant Key - Salt.
- Replace default
key
andsalt
with newly generated testkey
andsalt
. After this you should not see error, Sorry, Some Problem Occurred.
I hope this helps.