PayPal Merchant API: Difference between revisions
Jump to navigation
Jump to search
| Line 2: | Line 2: | ||
== PayPal documentation == | == PayPal documentation == | ||
* [https://developer.paypal.com/docs/ | * [https://developer.paypal.com/docs/business/checkout/set-up-standard-payments/integrate/ PayPal Checkout Overview] | ||
* [https://developer.paypal.com/docs/business/ PayPal Commerce Platform for Business] - developer.paypal.com | * [https://developer.paypal.com/docs/business/ PayPal Commerce Platform for Business] - developer.paypal.com | ||
* [https://developer.paypal.com/docs/api/overview/ PayPal REST API] - developer.paypal.com | * [https://developer.paypal.com/docs/api/overview/ PayPal REST API] - developer.paypal.com | ||
Revision as of 21:08, 15 November 2021
PayPal documentation
- PayPal Checkout Overview
- PayPal Commerce Platform for Business - developer.paypal.com
- PayPal REST API - developer.paypal.com
Process
- 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
Sandbox test accounts
shop-facilitator@bfhhandwriting.com, pw: lowestshop-buyer@bfhhandwriting.com, pw: lowest
See also
- Processing Cart Orders With PayPal - bfhhand_web wiki