fineform Posted January 8, 2014 Share Posted January 8, 2014 (edited) I am just starting out, now trying to get Paypal going in my Prestashop. (WMy Prestashop is working fine for cheque and COD payment modules) I installed Paypal 3.6.3 (free) and it all runs fine to the end of the order, but when I click on the Paypal pay option it searches for Paypal link (I can see the URL in the bottom of browser page - Chrome), then a few seconds later it says javascript:void(0) and nothing happens. I am in Australia, working in AUD, have copied API settings from my Paypal Premium account, have checked my server's Prestashop files to make sure the folders are 755 status, I tried express checkout too... Example product is http://www.learneasy...troller=product Practice customer: John Doe [email protected] Error as follows... Please try to contact the merchant: <b>PayPal response:</b> TIMESTAMP -> 2014-01-08T10:23:05Z L_ERRORCODE0 -> 10002 L_SHORTMESSAGE0 -> Authentication/Authorization Failed L_LONGMESSAGE0 -> You do not have permissions to make this API call L_SEVERITYCODE0 -> Error Not much help on the Paypal site; Error 10002 includes: You do not have permission to make this API call OKaaay... So I do not have permission to make this API call... Is this something on the Paypal end or the Prestashop end? Edited January 11, 2014 by fineform (see edit history) Link to comment Share on other sites More sharing options...
walidon Posted January 8, 2014 Share Posted January 8, 2014 (edited) did you enter the API information correctly in the PP module? maybe you made a mistake somewhere? re-enter your API information into the module and see what happens! Edited January 8, 2014 by walidon (see edit history) Link to comment Share on other sites More sharing options...
fineform Posted January 8, 2014 Author Share Posted January 8, 2014 Thanks Walidon; Nope. Just tried it again (for about the fifth time). Carefully cut-and-pasted... Username: Password: Signature: Still not getting Paypal to do anything. Link to comment Share on other sites More sharing options...
Dh42 Posted January 9, 2014 Share Posted January 9, 2014 Type it by hand, sometimes extra junk will get picked up from copy and pasting. The error message means that your credentials are not correct. If typing it by hand does not work, regenerate them and try typing those in by hand. Link to comment Share on other sites More sharing options...
fineform Posted January 9, 2014 Author Share Posted January 9, 2014 I copied it very carefully, checked thru Notepad, double-checked, done it about 10 times. Had Paypal make a new set of API codes. Still sitting there... BUT... On Chrome's console, I get the following; Refused to display 'https://www.paypal.com/websc&cmd=_express-checkout&token=EC-93K1992719274645X' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. This link works BTW - straight into my Paypal with my purchase... Why doesn't it show? I guess this means my API codes ARE working (?) Regards Tim Link to comment Share on other sites More sharing options...
fineform Posted January 9, 2014 Author Share Posted January 9, 2014 SOLVED! URL masking! I removed the URL masking of my forwarded shared hosting site, and PAYPAL now works! (I saw this suggestion on a forum somewhere, after Googling the above error) Tim Link to comment Share on other sites More sharing options...
MissBijouxandCo Posted January 12, 2014 Share Posted January 12, 2014 Hi Tim How do I go about demasking my domain name please? Many thanks Kate Link to comment Share on other sites More sharing options...
fineform Posted January 12, 2014 Author Share Posted January 12, 2014 (edited) Well, it would only be masked if you did so - on purpose. For example, I had my Prestashop website (www.eyeopenerpictures.com) INSIDE the same host I was using for another another website (www.learneasy.info) - so I masked the URL. Unfortunately, I had to remove the masking to get Paypal to work. Now I have an ugly URL like this... http://www.learneasy.info/eyeopener/ps/index.php instead of... www.eyeopenerpictures.com/ps/index.php But Paypal works now. If you are not sure, check the browser console - if you can run Paypal from the quoted URL then it means you are connecting to Paypal, but the page is not showing (like my masking problem) On Chrome's console, I get the following; Refused to display 'https://www.paypal.c...K1992719274645X' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. Edited January 12, 2014 by fineform (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now