PayPal Merchant API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
== PayPal documentation == | == PayPal documentation == | ||
* [https:// | * [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 == | ||
* | |||
* 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 == | == Developer account and settings == | ||
* | * https://developer.paypal.com | ||
=== Sandbox test accounts === | |||
* `shop-facilitator@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]
- 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