Please login to use the PayPal sandbox feature - paypal

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.

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.

Trying different browsers worked for me. I experienced the same problem for several hours today when using Firefox, Chrome, and Safari on Mac OSX 10.8. I tested using Firefox 19.0 on a PC and things worked fine with the PayPal sandbox site.

I had the same issues as the original poster. I was using IE9 with ExpressCheckout API.
I was calling the SetExpressCheckout and redirecting to PayPal sandbox. On the Sandbox login page, after typing login details of my test personal account I received a message that the email account was not valid and a link (which didn't work) to return to Sandbox site.
I switched to Firefox (which was also probably clean of cookies for the PayPal Sandbox as I don't recall ever testing PayPal using Firefox) and everything worked fine.
I called the SetExpressCheckout, redirected to PayPal sandbox and I could login with my test personal account and checkout and return correctly to my payment landing page to call DoExpressCheckoutPayment.

FYI in case anyone else is dealing with this problem. I am using the PayPal IPN feature, which in the Sandbox environment stopped working when I was doing some recent testing after migrating to the 'new' sandbox environment. I imported my old sandbox test accounts after logging into the developer site with my real paypal info, but still nothing worked. After messing around forever, I discovered that basically you have to setup again as if it was a new account even though you imported your old settings. I had to specify my IPN url again and also re-verify the old imported sandbox accounts via an email link that you receive under you paypal developer sandbox notifications. Then while logged in the developer site, you can log into the sandbox environment with your test accounts and everything works.

For testing purposes the most simple solution:
Click your browsers back button and perform the step again.
Sounds stupid, but it works.

Related

Facebook Canvas app payment error appear while i was goes to make purchase?

See above screenshot there was issues with facebook payment.
I'm currently having the same issue with sandbox payment on multiple environment, live payments are working.
I've tested the server webhook via the web payment dashboard and it works.
The current calls are on API 2.4 and also tested with 2.7 still get the same error.
The error started appearing on different account not all at the same time.
I'm continuing my search but hope these information can help to find and solve the issue.

PayPal ExpressCheckout integration problems

I'm trying to integrate Paypal's ExpressCheckout API into my website.
I'm incurring into very frustrating problems with the system and with the support assistance, too.
Every time we have a problem the support assistance invites us to change the implementation technology, from SOAP, to SDK, to NVP, etc..
After 3 days of working (from coding with SOAP (PHP) up to the attempt to start the SDK's examples) no solution has yet been found.
I'd like to know if someone has ever had similar problems.
Thank you in advance.
I completely understand and share your frustrations.
The current issue I am having is after a call to SetExpressCheckout() using the .NET SDK I redirect to the PayPal sandbox URL with the appropriate command and token specified on the querystring and when the browser gets to the PayPal site it says "Please log in to use the PayPal sandbox features" which is linked to the developer.paypal.com site.
If I log in first on another tab and then redirect to PayPal it still doesn't work, aarrggh!
Stefano - What type of issue are you currently having?
Peter - What particular browser are you using? There have been a few issues in the past with IE. If you are using IE, you might try using Chrome or Firefox to see if you get different results. I just tested all 3 and they were working for me. You also might try clearing all cookies and cache prior to opening up a browser and navigating to developer.paypal.com. Once you have cleared cookies and cache, open up the browser and go to developer.paypal.com and log in. Then once logged in, on a second tab pull up your website and try testing.
Clearing the cache and cookies prior going to developer.paypal.com has worked for some merchants in the past that were having these same issues.

Cannot access paypal sandbox

I have been trying to access my Paypal Sandbox but no luck. I can login fine to my PayPal account but when I try to access https://www.sandbox.paypal.com/webapps/hub/ or https://www.sandbox.paypal.com/ I keep getting a page cannot be displayed error. I have flushed my cache and have tried IE, Firefox and Chrome but none seem to work.
None of the links from within PayPal to the sandbox work either.
Perhaps behind some type of firewall or security setting that is blocking access. What pages on the sandbox are you specifically trying to access. Make sure you are signing into PayPal's Developer Site first at (developer.paypal.com), and then try accessing one of your accounts you have set up by clicking the link under you test account that says access sandbox site. Otherwise after signing into the developer account, you can open up another tab and go to the sandbox site at https://www.sandbox.paypal.com and see if that page comes up for you. You should be able to sign in there.
I was facing the same problem but I could find a workaround.
If you pay attention in the links of the left menu (My business info, my money..), they are leading to pages in the domain "beta-sandbox" and that's the problem.
Copy the link and change the domain for "sandbox"
For instance, the correct link for
https://www.beta-sandbox.paypal.com/cgi-bin/webscr?cmd=_profile-display-handler&tab_id=SELLER_PREFERENCES
is
https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_profile-display-handler&tab_id=SELLER_PREFERENCES

Can not access imported accounts in paypal development environment

just found that PayPal changed their Sanbox, now I need real PayPal account to develop.
Ok, I went to my real one, imported my test sandbox accounts into it. Then, I go to one of these accounts on developer.paypal.com, and click "sandbox site" link. I expect that it will go to sandbox site where I can log in with this test account. But instead after clicking the link I'm getting "please login to use PayPal sandbox features" message on paypal.sandbox.com, that has a link to developer.paypal.com, where I'm logged in already. So, I don't know any way to log in with my test accounts now. Please help.
This is a known issue due to transition from old sandbox to the new site. You need to delete your cookies and re-login to access the sandbox site. Please note that IE has permanent cookies stored on file system that need to be deleted. Firefox or Chrome would work better than IE8.

Sandbox testing & Redirection Issue

For testing my adaptive api payments with new sandbox (Developer.Paypal.com) i have imported my sandbox accounts into the live paypal account. But on testing the payment i am not getting redirect to the PayPal Store page. Instead it asks me to login into http://developer.paypal.com on which i am already login. Even when i does login it do not show me the store page for the payment but instead just show me the homepage for the developer site.
https://www.sandbox.paypal.com/webscr?cmd=_ap-preapproval&preapprovalkey=PA-30G61643G7253031W
Above is the URL which i got as result of testing for payment from my site along with the approval key. But i am just moving in the circles of this new paypal transition. As i have also tried deleting my cookies on the Mozila. I am using iMac.
Same happens when i try to go to sandbox site from inside the live account, it sends me to the sandbox site where i get message to login into the developer.paypal site
Please advise how to get rid of these PayPal bugs for testing the Workflow which earlier was working smoothly untill PayPal decided to roll out new changes (Required Live account for testing).
Looking for guidance on this issue.