paypal - 支付网关 : pay a percentage to two different accounts

标签 paypal e-commerce stripe.js

对于我正在构建的电子商务网站,对于每笔交易,90% 需要转到一个帐户,10% 需要转到另一个帐户。

看起来 Stripe 可以使用“Connect”使用“Express”帐户处理此问题,但似乎这种帐户类型在美国以外不可用(我们位于香港)。

看起来 Paypal 也有“自适应支付”,可以达到相同的结果,但它说:

Important: Adaptive Payments is now a limited release product. It is restricted to select partners for approved use cases and should not be used for new integrations without guidance from PayPal.

由于这是一个非常小的网站,我不想经历成为“精选合作伙伴”的麻烦,而且他们可能不会让我这样做。还有其他方法可以实现吗?

如果有任何不同,我将在商店中使用 Drupal。

最佳答案

由于自适应支付是一款限量发行的产品,您可能需要查看 Braintree Marketplace。基本上,它就像自适应支付一样工作,您可以在其中拆分支付。有关可用性,您需要联系他们的销售团队。有关详细信息,请参阅此 Braintree Marketplace

关于paypal - 支付网关 : pay a percentage to two different accounts,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47373737/

相关文章:

javascript - Stripe 无法使用错误 'Uncaught (in promise) Error: We could not retrieve data from the specified Element.'

paypal - 获取我的 PayPal 客户的电子邮件

Paypal payflow link setup no "PayPal Express Checkout"feildset

Paypal自适应支付报错58001

security - PayPal 按钮返回 url 用法

stripe-payments - 在 Stripe 上一次性付款的发票

mysql - 如何让我的产品搜索更有效率?

mysql - 选择 ID 与列表之一匹配的位置

php - 基于 PHP 或 Django 的可扩展且灵活的电子商务网站框架

twitter-bootstrap - 如何使用 Bootstrap 设置 Stripe Elements 输入的样式?