PayPal Merchant API: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 2: | Line 2: | ||
== PayPal documentation == | == PayPal documentation == | ||
* [https://github.com/paypal/PayPal-PHP-SDK/wiki PayPal PHP SDK Wiki] | |||
* [http://paypal.github.io/PayPal-PHP-SDK/sample/ PayPal REST API Samples] - PayPal Developer | * [http://paypal.github.io/PayPal-PHP-SDK/sample/ PayPal REST API Samples] - PayPal Developer | ||
** [http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html Create Payment Using PayPal as Payment Method] - PayPal Developer | ** [http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/CreatePaymentUsingPayPal.html Create Payment Using PayPal as Payment Method] - PayPal Developer | ||
** [http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/ExecutePayment.html Execute Payment Sample] - PayPal Developer | ** [http://paypal.github.io/PayPal-PHP-SDK/sample/doc/payments/ExecutePayment.html Execute Payment Sample] - PayPal Developer | ||
* [https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECGettingStarted/ Getting Started With Express Checkout] | * [https://developer.paypal.com/docs/classic/express-checkout/integration-guide/ECGettingStarted/ Getting Started With Express Checkout] | ||
Revision as of 19:25, 20 November 2015
PayPal documentation
- PayPal PHP SDK Wiki
- PayPal REST API Samples - PayPal Developer
- Create Payment Using PayPal as Payment Method - PayPal Developer
- Execute Payment Sample - PayPal Developer
- Getting Started With Express Checkout