I am quite new to PayPal integration into website. What are the basics of paypal integration? What type of sandbox account do i need to create?
3 Answers
What he said. You can sign up for a developer account at https://developer.paypal.com/ - this allows you to set up multiple buyer/seller accounts. Keep in mind that Sandbox is fully separated from the live environment; so any emails will be directed to the 'Test emails' section on https://developer.paypal.com/ rather than being sent out externally. Should you need to get specific access to an API call (i.e., Reference Transactions), just log a thread at x.com or paypal.com/mts

- 19,326
- 3
- 58
- 59
-
The x.com did not work for me, but, the paypal.com/mts worked. – nocturns2 Dec 05 '15 at 02:32
For sandbox account, you can go to www.developer.paypal.com and start an account. The basics of paypal integration? Thats too generic to answer but i suggest you go to www.x.com to read up on forum threads.

- 123,721
- 27
- 225
- 246

- 503
- 3
- 16
- 31
-
1which paypal payment method should me use? Express Checkout or Website Payments Standard API ? @pivotal developer – Loint Nov 23 '17 at 04:41
You want to create a test PayPal account. First of all you can sign up for a developer account on the paypal website https://developer.paypal.com and two types of account can be created.
- Buyer (Personal)
- Seller (Business)
You also login with sandbox account to check the transactions at https://sandbox.paypal.com.
You can also refer to this link: http://www.phpgang.com/how-to-integrate-payment-system-with-paypal_249.html

- 2,617
- 2
- 30
- 36

- 245
- 3
- 11