php - Paypal 链式支付允许多少个二级收款人?

标签 php paypal

<分区>


关于您编写​​的代码问题的问题必须在问题本身中描述具体问题 — 并且包括有效代码 以重现它。参见 SSCCE.org寻求指导。

关闭 9 年前

我需要在 8 到 9 个收款人之间分摊付款。 Paypal 允许这样做吗?

最佳答案

https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/

Chained Payments

A chained payment is a payment from a sender that is indirectly split among multiple receivers. It is an extension of a typical payment from a sender to a receiver, in which a receiver, known as the primary receiver, passes part of the payment to other receivers, who are called secondary receivers.

Note: The API caller must get permission from PayPal to use chained payments.

You can have at most one primary receiver and 1-5 secondary receivers. Chained payments are useful in cases when the primary receiver acts as an agent for other receivers. The sender deals only with the primary receiver and does not know about the secondary receivers, including how a payment is split among receivers. The following example shows a sender making a payment of $100:

关于php - Paypal 链式支付允许多少个二级收款人?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19265806/

上一篇:asp.net-mvc - MVC Paypal 自适应支付

下一篇:iphone - 我可以在 iPhone 应用程序中集成 Paypal 来卖票吗

相关文章:

php - Codeigniter 博客中的文章未更新

php - 递归 xgettext?

php - zend Framework 2 - 缓存配置文件

php - Symfony2 在一对多多对一关系中形成持久性

paypal - 通过 PayPal 确认付款的最简单方法?

php - Yii2 创建两个注册表单?

javascript - 在 PayPal 和 Stripe 中使用 Javascript 设置的付款金额

php - Paypal 的自定义值和取回

php - Paypal 订阅 IPN 自定义变量

缺少 PayPal 沙箱 API 凭据?