我刚刚开始看PayPal的
REST api.有一件事我看不到是一个功能paypal调用
Adaptive Payments.这允许我注册我的应用程序与我的开发者帐户,但不参与实际付款。例如我的应用程序允许我的用户接受他们通过我的应用程序销售的服务的付款。
我已经通过Paypals REST API文档。我已经制定了如何完成付款,但所有的交易都会发送到我的开发商支付宝账户。我找不到我会更改收件人详细信息,即卖家,以允许付款发送到不同的paypal账户。
解决方法
好的,经过一番广泛的搜索,我设法找到答案
here
This general model enables us to easily add support for variety of payment models in the future (Parallel,Chained,etc). The Payee could be a funding instrument (like a Credit/Debit Card,) or a PayPal account (wallet) itself. The Payee could be set explicitly if the Payee is not the same as the Payment Facilitator ( in this current release we only support the case where the Payee is same as the Facilitator) so this is not currently required.
所以看起来像收款人刚被添加到事务数组,但是这个答案当前没有被执行。