PayPal Merchant API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (3 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
== PayPal documentation == | == PayPal documentation == | ||
* [https://developer.paypal.com/docs/business/ | * [https://developer.paypal.com/docs/business/checkout/set-up-standard-payments/integrate/ PayPal Checkout Overview] | ||
* [https://developer.paypal.com/docs/api/overview/ PayPal REST API] - developer.paypal.com | |||
* | |||
== Process == | == Process == | ||
Latest revision as of 21:09, 15 November 2021
PayPal documentation[edit]
- PayPal Checkout Overview
- PayPal REST API - developer.paypal.com
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: lowestshop-buyer@bfhhandwriting.com, pw: lowest
See also[edit]
- Processing Cart Orders With PayPal - bfhhand_web wiki