I have integrated Paypal paymeny gateway as suggested by Soren. But when I click on 'Confirm Payment' I get this error "There was a problem verifying the signature of your secure order. Please
contact your merchant." Can anyone suggest what may be the reasons for this error?
We had a similiar problem, we had to turn off security while in test mode onces we went production we activated security it worked so i dont know if theres some trouble with paypal's sanbox enviroment it seems really unstable atleast during our test phase both with uptime and various errors also from our google search seem's like alot of people are strugling in their sandbox enviroment
Paypal setup in Ucommerce
Hi! All,
I have integrated Paypal paymeny gateway as suggested by Soren. But when I click on 'Confirm Payment' I get this error "There was a problem verifying the signature of your secure order. Please contact your merchant." Can anyone suggest what may be the reasons for this error?
Thanks,
Virendra
It's usually encryption that fails. Make sure you follow the steps exactly when creating your public/private keys from the command-line.
Also for some reason copy/pasting into the command-line will cause the wrong keys to be generated, so make sure you type everything out.
Thanks Soren for such a prompt reply. I tried with your suggestion but didn't work. I followed each step carefully.
We had a similiar problem, we had to turn off security while in test mode onces we went production we activated security it worked so i dont know if theres some trouble with paypal's sanbox enviroment it seems really unstable atleast during our test phase both with uptime and various errors also from our google search seem's like alot of people are strugling in their sandbox enviroment
Hi! Jais,
Turning off secrity means without encryption, right?
Basically, yes. For dev environments it's alright, but remember to turn it on for production to avoid having your payment endpoint exposed.
is working on a reply...