I'm on a PrestaShop 1.2.x and I have PayPal and PayPal api modules, this is the only payment method.
Now, I'm testing it in the sandbox mode and I can pay using a developer tester account all right, but when I return to the shop an order with Error Payment is created!
Does anybody know what I can do to solve this?
This is the message from PayPal about the order:
En 06-09-2012 16:47:06 desde Privado:
Pago: Pending
Thanks! And sorry for my bad english :P
Try again with debug sandbox mode, and then when in sandbox try all method testing (combobox method payment). If working correctly and in online mode still error.
You should modify paypal modul, create log payment to save txt file when trying sandbox method. You will see record data. maybe something wrong when submit data.
Related
I have a Paypal Digital Goods Express payment form created using their wizard.
When I use our live account it works fine. But when I use the sandbox Business (Seller) account I created, when a user clicks on the 'Buy' button, the popup window appears with only this message:
SetExpressCheckout API call failed. Detailed Error Message: Short Error Message: Error Code: Error Severity Code:
I did some research and saw this article:
https://www.paypal-knowledge.com/infocenter/index?page=content&widgetview=true&id=FAQ1914&viewlocale=en_EN
It suggests that our hosting company needs to update their PHP/TLS, but I did the Curl test and it properly returns a 200 OK.
I also saw this Stackoverflow article:
Paypal "SetExpressCheckout" API method has stopped working with sandbox seller account
...where the problem was the wrong sandbox endpoint, but I've made sure that the endpoint is indeed:
https://api-3t.sandbox.paypal.com/nvp
...and it still doesn't work.
I've tried clearing my browser cache, using different computers to test and all with the same result.
Any ideas?
did you enable Digital Goods feature on your sandbox accounts?
If you have not enabled it on your sandbox account, please contact MTS(Merchant Technical Support)
https://www.paypal-techsupport.com/app/ask
to toggle it for your sandbox account.
Please help..
When i test Paypal Standards in opencart using paypal sandbox everything works well, but when i go live and use live paypal accounts then it starting mess up.. orders are missing.. please help!
It could be any number of things, but the first thing that comes to mind is that maybe OpenCart is using IPN to update orders in the system. If you have IPN enabled on your sandbox account but not on your live account that could cause such a problem. Login to your live PayPal profile and go to Instant Payment Notification Preferences. Make sure it's enabled.
Have you setup instant payment notifications also have you enabled payment data transfer back to your website alot of people forget about this
When I check out the products I wish to purchase from my store it directs me to Paypal's page and I need to log in to my paypal account in order to purchase the items. However, every time I try logging in it says "Please check your email address and password and try again" which is very concerning since it works when I log in through Paypal's website. I'm so confused and started searching for answers online and I found out I might have to use IPN or API.. all those stuff and I have no clue what is going on... please help!
Sounds like maybe you've got WooCommerce set to run in test mode but you're using your live PayPal account credentials to try logging in. That won't work.
If you are indeed set to test mode you need to create test accounts to play with at http://developer.paypal.com.
Alternatively, just set WooCommerce to run in live mode and then your live PayPal account credentials would work, although, you'll need to a live PayPal account separate from your seller account because you can't pay yourself.
I have a test environment for my website that I normally use the Paypal Sandbox on to test transactions before going live. I would like to test the Enhanced Recurring Payments feature, but I can't find the option to do so (the links to add more features direct me to the live site), and nothing I've found on Google has given an answer on how to test Enhanced Recurring Payments on Paypal Sandbox since it's been changed.
Is ERP supported on Paypal Sandbox, or do I just not know how to access this option? Any help or advice would be appreciated. Thanks in advance.
Sign up in the sandbox here: https://www.sandbox.paypal.com/us/cgi-bin/?cmd=_product-go&product=premium_services
(for the curious, I got this URL by going to paypal.com/erp and then adding "sandbox." in front of the resulting URL's paypal.com)
Log in with your test account email/password (something like aaaaaa_############_biz#emaildomain.com )
If it says "Please login to use the PayPal Sandbox features.", that's an issue with the new sandbox that's being worked on--for now, clear all your paypal.com cookies , log in to developer.paypal.com again, and then visit the above URL again
We have successfully implemented PayPal Payment Advance in TEST mode. Till yesterday, we were getting proper response http data from paypal after the order has been placed. However, today, after I enter test visa number and expire date/ year.. It shows following message instead of giving me back post data.
"Thank you for your purchase, we are currently reviewing your order."
Due to this, I am not able to work further. This is test sandbox account where i have setup PPA.
Got the answer... By mistake, i had update settings in paypal for "Payment Review" to Enable. I disabled it and got it working again. Hope this helps anyone in future to check this basic stuff first.