16

I was trying to make website payment pro sandbox account. I followed all instructions (from my sellers sandbox account applied for website payment pro, clicked on "save and continue" button after entering all information) but I am getting blank page from PayPal as response.

Does anyone know how to create Paypal Payments pro in Sandbox account ?

Balaji Kandasamy
  • 4,446
  • 10
  • 40
  • 58
Jyoti Saxena
  • 223
  • 1
  • 3
  • 5

4 Answers4

21

Go to https://developer.paypal.com/ and login using a valid PayPal account.

  1. Click on 'Dashboard'
  2. Click on 'Accounts' under the 'Sandbox' heading

Use the following values:
Country: United States
Credit card: Visa
Bank account: No
Balance: Up to you
Password: Use something easy to remember

Create the account and retrieve the API credentials by clicking on the little arrow on the left of the account. Click 'Profile' followed by 'API Acess' in the modal window that opens up.

coatesap
  • 10,707
  • 5
  • 25
  • 33
Robert
  • 19,326
  • 3
  • 58
  • 59
  • I have created "Buy Now" through Website Payment Pro. For Payment I have selected "Don't have a PayPal account?". Entered test credit card no. and real email address of my Gmail account. I am getting error "You cannot use an e-mail address or card number that belongs to an existing PayPal account. If you have a PayPal account, please log in. If you don't, please change the e-mail address or card number and try again." I want to do payment through credit card not by PayPal account.Please help. :Jyoti – Jyoti Saxena Oct 23 '11 at 04:18
  • 1
    That's silly. Don't use the email address you use on your PayPal account, or log in to the PayPal account. Just like the message states. – Robert Oct 24 '11 at 09:54
  • When i click on create account, there is no 'preconfigured'option. – JohnMerlino May 19 '13 at 20:30
  • Done! Updated to include the new navigation now. – Robert May 22 '13 at 08:11
16
  1. Create a test Business account.
  2. Navigate to the Profile page of the Business account and click the Upgrade to Pro link.
  3. Click Enable on the resulting screen.

I.

enter image description here

II.

enter image description here

Note: Once you enable PayPal Payments Pro for a test Business account, the setting is permanent and you cannot undo the configuration for that account. You create multiple Business test accounts with various settings in order to test all the variations you might need to handle with your application.

Balaji Kandasamy
  • 4,446
  • 10
  • 40
  • 58
  • I have upgraded my sandbox business account to pro but still I get DPRP is disabled error – viper Jul 01 '16 at 04:09
  • I have upgrade to Business-Pro but I have also facing same issue. – M. Jamshaid Alam Oct 14 '16 at 10:08
  • @viper me too facing same issue, any idea whats the issue? – HarisH Sharma Nov 24 '17 at 09:35
  • this does not work... PayPal sandbox is a mess... sometimes it works sometimes not ... no technical support .. you are on your own... create sometimes works sometimes not .. delete too... it's based on wearther forecasting ? –  Feb 12 '18 at 10:59
3

To create a Sandbox test account:

1. Log in to the Developer site (if you dont' have and id sign up first) at https://developer.paypal.com and navigate to Applications > Sandbox Accounts.

2. Click the Create Account button and populate the following fields:

  • Account type: Tick either the Personal or Business radio button.
  • Email address: Enter a valid email address of your choosing. The email address doesn't need to be a real email address; the Sandbox doesn't send any email outside of the Sandbox environment. Email to Sandbox accounts, generated as a result of your test API requests, are listed on both the Notifications tab on the Developer site, as well as on the Sandbox test site. Use the assigned email value to reference this test account in your API calls, and to log in to the Sandbox site when you want to review the details associated with the account.

  • Password: The password must be 8-20 alpha-numeric characters in length.

  • First and Last names: The optional name fields accept alpha-numeric characters.

  • PayPal balance: While this field is optional, it's a good idea to create test accounts with positive bank balances. Enter an integer value between 1 and 5000.

  • Bank verified account: You should create both Verified and Unverified test accounts so you can fully test your application.

  • Select payment card (Personal account type only): Test payments made with different payment cards by selecting either Discover or PayPal.

  • Credit card type: You must select a single credit card type for each test account. The Sandbox associates a mock credit card number with the account.

  • Log in with PayPal (Business account type only): Tick the I want to add Log in with PayPal to my site box and complete the following fields to enable testing the Log In with PayPal functionality: Display name, Return URL, Privacy policy URL, and User agreement URL

  • Notes: Use the Notes field to keep track of the test account details.

3. Click Create Account after completing the account details.

The new test account is listed with your other test accounts on the Accounts page.

for more details visit: https://www.x.com/developers/paypal/documentation-tools/ug_sandbox#accounts

  • The above question is about payment pro sandbox account. How to create Payments pro account in sandbox ? – Balaji Kandasamy Feb 21 '14 at 04:44
  • To create Payments *PRO* sandbox account (as of Nov 2014), instructions in answer from @Balaji Kandasamy worked for me – jaskho Nov 28 '14 at 23:02
  • following PP instructions ? are you kidding ? their sandbox stuff does not works correctly ... –  Feb 12 '18 at 11:00
0

Login to your https://developer.paypal.com/developer/accounts/.

Click on Accounts under Sandbox.

Open Profile for the account of your business account. and click on Upgrade to Pro.

enter image description here

Hope this helps!

Atul Arvind
  • 16,054
  • 6
  • 50
  • 58