是否可以使用PayPal Payouts API直接从关联的银行帐户而不是PayPal帐户中支付?

是否可以使用PayPal Payouts API直接从关联的银行帐户而不是PayPal帐户中支付?,paypal,braintree,paypal-adaptive-payments,paypal-rest-sdk,Paypal,Braintree,Paypal Adaptive Payments,Paypal Rest Sdk,我一直在构建一个市场应用程序,将iOS应用程序作为推动业务发展的前端。该应用程序可以通过贝宝账户或信用卡接受付款。我已经将Braintree iOS SDK集成到我的应用程序中,并在Braintree控制面板中链接了paypal业务帐户。使用PayPal处理的资金被传送到PayPal,而使用卡处理的资金最终进入与Braintree merchant关联的银行账户 现在,该应用程序的核心是收取一定的佣金,并将剩余部分支付给参与交易的卖家。我在注册时使用了卖家的PayPal ID进行支付。我查看了P

我一直在构建一个市场应用程序,将iOS应用程序作为推动业务发展的前端。该应用程序可以通过贝宝账户或信用卡接受付款。我已经将Braintree iOS SDK集成到我的应用程序中,并在Braintree控制面板中链接了paypal业务帐户。使用PayPal处理的资金被传送到PayPal,而使用卡处理的资金最终进入与Braintree merchant关联的银行账户

现在,该应用程序的核心是收取一定的佣金,并将剩余部分支付给参与交易的卖家。我在注册时使用了卖家的PayPal ID进行支付。我查看了PayPal文档,发现只要我在商户账户中保持所需余额,支付REST API就完全符合我的需要。这就是事情陷入停滞的原因。具体来说,我需要确认以下几点

   1.As there are two different places(paypal merchant and bank account 
    linked to braintree) where my funds are parked, Is there any 
    possibility that the transaction could directly be funded from the 
    bank account if the same is linked to both merchant accounts? 
   2.Will PayPal withdraw the entire amount at once or in partial 
     transactions.
有没有人曾经遇到过类似的情况,可以建议如何向卖家付款。我愿意接受任何满足应用程序所有要求的替代方案