Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can not pay in paypal sandbox using a test Test Account

Tags:

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.

  1. email: "[email protected]"
  2. payment bal. : 5000
  3. bank verified: yes
  4. paymentcard: paypal
  5. credit card type: none

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.

like image 824
Shin Akuma Avatar asked Mar 10 '13 03:03

Shin Akuma


People also ask

How do I enable test mode in PayPal?

To begin your test payment, fill out the form with the Personal test email listed in your PayPal Developer account. After you submit the form, you'll be redirected to PayPal's site. Here, you'll need to log in using the same Personal test email you entered in the form as well as the password you created for it earlier.

Is sandbox PayPal different from PayPal?

The PayPal sandbox mirrors the features on the PayPal production servers. While some PayPal features do not apply to the sandbox, such as closing an account, issuing monthly statements, storing shipping preferences, and PayPal Shops support, the sandbox has the same PayPal API feature set as the live environment.

What is sandbox test account?

The sandbox environment is a great way to test offline implementation of Apple Pay for apps, websites, and point of sale systems. This document provides an overview of the sandbox environment, details on how to get started, and general support to test your Apple Pay transactions.


2 Answers

I resolved it by:

  • loggin out of test site
  • clearing browser cache and cookies (I use chrome).
  • Logging back into the test site
  • Changing the credentials for the submission to the automatically created business account in the new paypal sandbox
  • Submitting.

Works as expected now.

like image 136
user2153254 Avatar answered Dec 08 '22 00:12

user2153254


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.

like image 36
GeoNomad Avatar answered Dec 08 '22 00:12

GeoNomad