PayPal Merchant API: Difference between revisions

From Littledamien Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
== PayPal documentation ==
== PayPal documentation ==


* [https://developer.paypal.com/docs/business/ PayPal Commerce Platform for Business] - developer.paypal.com
* [https://developer.paypal.com/docs/business/checkout/set-up-standard-payments/integrate/ PayPal Checkout Overview]
* <strike>[https://github.com/paypal/PayPal-PHP-SDK/wiki PayPal PHP SDK Wiki]</strike> (deprecated)
* [https://developer.paypal.com/docs/api/overview/ PayPal REST API] - developer.paypal.com
* <strike>[http://paypal.github.io/PayPal-PHP-SDK/sample/ PayPal REST API Samples] - PayPal Developer</strike> (deprecated)
** <strike>[http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html Create Payment Using PayPal as Payment Method] - PayPal Developer</strike> (deprecated)
** <strike>[http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/ExecutePayment.html Execute Payment Sample] - PayPal Developer</strike> (deprecated)
* [https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECGettingStarted/ Getting Started With Express Checkout]


== Process ==
== Process ==
Line 27: Line 23:
* `shop-facilitator@bfhhandwriting.com`, pw: ''lowest''
* `shop-facilitator@bfhhandwriting.com`, pw: ''lowest''
* `shop-buyer@bfhhandwriting.com`, pw: ''lowest''
* `shop-buyer@bfhhandwriting.com`, pw: ''lowest''
== See also ==
* [https://github.com/dbarchowsky/bfhhand_web/wiki/Processing-Cart-Orders-With-PayPal Processing Cart Orders With PayPal] - bfhhand_web wiki

Latest revision as of 21:09, 15 November 2021

PayPal documentation[edit]

Process[edit]

  • Collect products and options from customer.
  • Customer clicks "pay with PayPal"
  • Go to PayPal site where customer enters payment information and shipping information, and confirms payment.
  • PayPal redirects to merchant site.
    • Merchant has customer's payment details.
    • Present customer with order details and confirmation button.
  • Customer submits form on merchant site to complete order.

Developer account and settings[edit]

Sandbox test accounts[edit]

  • shop-facilitator@bfhhandwriting.com, pw: lowest
  • shop-buyer@bfhhandwriting.com, pw: lowest

See also[edit]