8

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?

Shahid Karimi
  • 4,096
  • 17
  • 62
  • 104

3 Answers3

6

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

Robert
  • 19,326
  • 3
  • 58
  • 59
4

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.

Anthony Pegram
  • 123,721
  • 27
  • 225
  • 246
pivotal developer
  • 503
  • 3
  • 16
  • 31
  • 1
    which paypal payment method should me use? Express Checkout or Website Payments Standard API ? @pivotal developer – Loint Nov 23 '17 at 04:41
0

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.

  1. Buyer (Personal)
  2. 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

josephting
  • 2,617
  • 2
  • 30
  • 36
Ankur Radadiya
  • 245
  • 3
  • 11