I have a UK PayPal business account. I'm currently developing a website payment system to make payments to this account using Express Checkout.
My PHP code thus far is working and I'm able to connect to the sandbox and set and express checkout. Next stage is to redirect the user to the PayPal sandbox to make a test payment.
Its at this point that I'm stuck. I can't create a 'personal test' account for using as the 'client' on the PayPal sandbox.
I'm trying like this:
- Visit developer.paypal.com
- Login
- Select 'Applications'
- Select 'sandbox account'
- Select 'Create Account'
- Select Country as 'United Kingdom', account type 'Personal', valid email address (not associated with any other paypal account), password, first name, last name, bank verified = yes, card type = visa.
- Click create account.
I then receive the following message:
We're sorry but something went wrong.Please delete this account and try again.
When it says 'delete this account', I don't know what it actually means, as it hasn't created a new personal account with the details I've just entered (at least not one that I can see anywhere). I've even tried creating a new business account to create this personal account from, and that has made no difference.
Is anyone else experiencing problems? I'm a little stuck. Could I use my 'real' personal PayPal account for testing on the sandbox without risk of losing any real money to the test business account I have setup?