使用PayPal Payouts API的付款是否可以直接从相关的银行帐户而非PayPal帐户获得资金?

时间:2018-03-01 12:36:23

标签: paypal braintree paypal-adaptive-payments paypal-rest-sdk

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

现在,该应用程序的核心是收取一定的佣金,并将剩余部分支付给参与交易的卖家。我在注册时已经使用了卖家的PayPal ID来支付它们。我已经探索了PayPal文档并发现Payouts 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.

任何处于类似情况的人都可以建议如何支付卖家的费用。我愿意接受满足应用程序所有要求的任何替代方案。

0 个答案:

没有答案
相关问题