入门 - 自适应并行支付

时间:2015-03-14 11:07:12

标签: php paypal parallel-processing payment

我需要一些帮助才能开始使用PayPal自适应付款,这是我第一次使用PayPal而且我不知道这会是多么困难,至少对我而言。

我发现了我想要使用的API集成代码: https://devtools-paypal.com/guide/ap_parallel_payment/php?interactive=ON&env=www

我已下载:PayPal PHP自适应付款SDK

基本上我有一个Index.php文件,其中包含我在API集成中找到的代码,我需要在SDK中的index.php中包含什么才能使这个示例代码运行并运行?

非常感谢任何帮助!

感谢。

1 个答案:

答案 0 :(得分:0)

看一下GitHub仓库中的一些样本,你可以看到需要包含的内容。这是parallel payments sample

看起来你真正需要的只是......

require_once('../PPBootStrap.php');
require_once('../Common/Constants.php');

另外,您可能有兴趣查看我的PHP class library for PayPal。与PayPal的SDK相比,它更容易使用,而且我知道很多PayPal集成专家实际上也更喜欢我的。