Reputation: 396
Since paypal updated their sandbox, I encounter a lot of problems. I can not simulate a payment using sandbox. Whenever i use an "old test account", created before the update, this error message comes out
This Sandbox email address is not available. Please enter another email address.
I have created a new account and unfortunately it also doesn't work. Same error message comes out. Below is the details that inputted to create an account.
Can anyone tell how to do payment simulation using the new paypal sandbox? I have read all the documenation in x.com, None of them worked. The links redirects me to developers.paypal.com and prompt me to login again and again.
Upvotes: 25
Views: 28172
Reputation: 6928
1) Open Developer Tools
2) Resources / Cookies
3) select https://www.sandbox.paypal.com/
4) delete all the keys to the right
Upvotes: 1
Reputation: 769
The simplest solution is to use an incognito browser window for the test customer.
This separates the cookies for the "customer" from the cookies for the "merchant" and the cookies from your real PayPal account, which seems to cause the problem.
Ctrl-Shift-N in Chrome.
Upvotes: 12
Reputation: 21
hi i resolved this issue the main caused of issue is that you are logged in your main account, so just open another browser and test your website with sandbox credential. note you don't have to login on paypal or developer site
or you can clear all paypal cookie & test without login
Upvotes: 2
Reputation: 438
I resolved it by:
Works as expected now.
Upvotes: 32
Reputation: 174
In order to use the Sandbox.... you're supposed to be logged in. Common problem I've encountered, just log in to the sandbox - then try the code again.
Upvotes: 1