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 ?

有帮助吗?

解决方案

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.

其他提示

  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.

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

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!

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top