Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Please login to use the PayPal sandbox feature

With the recent revamp of the PayPal developer site, I have encountered many problems trying to test my site with PayPal integration.

Issue 1: I am not able to check out from out site which it should bring me to sandbox.paypal.com, it return me the common error of "Please login to use the PayPal sandbox feature". I have confirmed that I am logged in to the developer site at developer.paypal.com.

Issue 2: Under Applications > Sandbox accounts, in one of the account, I am redirected to the live site at www.paypal.com by clicking on "Sandbox site". It should bring me to sandbox.paypal.com so I can login to the sandbox account. Currently this is not possible.

Issue 3: I realised that I am logged out from developer.paypal.com when I go to www.paypal.com. Some kind of cookie issue?

Above all issues, I have tried troubleshooting by using a different browser, clearing cookies and cache.

like image 483
Kong Jin Jie Avatar asked Mar 13 '13 03:03

Kong Jin Jie


People also ask

What does sandbox mean in PayPal?

Overview. The PayPal sandbox is a self-contained, virtual testing environment that simulates the live PayPal production environment. The sandbox provides a shielded space where you can initiate and watch while your apps process PayPal API requests without touching any live PayPal accounts.

How do I turn off sandbox in PayPal?

Open the “Event registration manager” and click on the “Payment settings”. Uncheck the option “SandBox mode:” and in the “Api key:” enter your real PayPal email address so you will be able to receive payments.


1 Answers

Some of these issues are currently being worked on. Some have been able to have been resolved by clearing the cache and cookies on your browser. This must be done prior to opening up the developer.paypal.com site and most developers have better luck with this when using Firefox or Chrome. There appear to be more issues with IE, than the other browsers.

If doing this does not resolve your issue, you will want to open up a ticket with PayPal Merchant Technical Services. This way your issues can be tracked, and it will allow PayPal to gauge the number of merchants being effected by the different issues. Also, this will allow you to be notified once the issue is resolved.

As a workaround, you could also try using the API credentials that are within the sample code/SDK's for testing purposes. This will allow you to test the API calls, though you just will not be able to log into the Merchant account and make changes to it. This may or may not work for you depending on your needs.

like image 165
PP_MTS_Chad Avatar answered Sep 27 '22 00:09

PP_MTS_Chad