问题标签 [chained-payments]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
3288 浏览

paypal - 要进行连锁支付,“必须获得 PayPal 的许可”——这是什么意思?

我正在尝试找到一种方法来实现链式支付,但我是次要接收者,并且代表另一个 PayPal 帐户进行 API 调用,该帐户将是主要接收者。是否可以代表另一个人进行此 API 调用?另一个人可能拥有经过验证的 Premiere 帐户(而不是经过企业验证的帐户)。

我不确定这是否可行的一个原因是,关于链式支付的文档明确指出“API 调用者必须获得 PayPal 的许可才能使用链式支付。” (通过https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/),但它并不清楚这意味着什么。有谁知道要求是什么?我和主要接收者都需要这个“许可”吗?如何获得此许可?

0 投票
1 回答
1046 浏览

paypal - 不能使用多个字段来指定接收者

我正在尝试通过 C# 中的 PayPal 的 Adaptive Payments API 获得延迟的链式付款。我得到的错误没有任何意义,我在 .NET 上找不到任何东西来解决这个问题。

错误信息是: 无效请求:不能使用多个字段指定接收方

这是我发送的请求:

我指定了两个接收器,一个是 Primary,另一个不是。
我错过了什么?我已经尝试将 PAY 和 PAY_PRIMARY 作为操作类型。任何一个的结果相同。如果我只使用一个接收器,它可以工作。

这是代码:

如果您已经解决了这个问题或者可以发现错误,请告诉我!谢谢。

0 投票
0 回答
768 浏览

android - Paypal在Android应用程序中链接自适应支付

我正在尝试使用贝宝自适应支付(链式)构建应用程序,但我不知道从哪里开始。我已经构建了一个使用 Paypal_MPL 库应用程序的演示,但由于我属于不受支持的国家/地区,因此尚未对其进行测试。但是,我将申请实时凭证进行测试。我在使用 Paypal_MPL 库在我的应用程序中集成自适应支付方面需要帮助。请指教。

任何帮助将不胜感激。提前致谢。

0 投票
2 回答
1003 浏览

paypal - Refunds Using Paypal's Delayed Chained Payments

I am currently developing a web application which is a booking system for events.

Basically i want to use PayPal's Delayed Chained Payments system to do this:

  1. BUYER makes a purchase through web app
  2. ADMIN is the primary receiver of the funds
  3. SELLER receives the funds 7 days after the event has occurred (less commission for ADMIN)

The reason i am leaving a 7 day period until the SELLER receives the funds is to allow for refunds and cancellations.

My question is: Does the API allow me to interveen the delayed payment before the 7 days has elapsed, thus cancelling the payment to the SELLER and allow me to directly refund the BUYER the full amount. This is my ideal situation as it means their will not be the problem of the SELLERS account not having sufficient funds for the refund.

If anyone could help it would be great!

0 投票
0 回答
581 浏览

paypal - PayPal Adaptive Payments Chained Payments - 如何将它们用于联属网络营销计划

我在电子商务市场工作。我目前使用 Express Checkout API 将商品付款直接发送给卖家。我这样做:

所以我可以与最多十个卖家进行交易,每个卖家最多十件商品(通常人们只买一件商品,但能够从不同卖家那里购买两件商品很好)。这适用于我们当前的用例。如果有人想从卖家 2 那里获得物品 1 的退款,他们可以去 PayPal 并弄清楚一些事情。钱根本不会通过我们,这不是我们的头疼。

现在我们要实施一个会员计划。因为我们需要隐藏我们正在为某些项目向关联公司支付费用,所以我们将使用链式支付实现自适应支付 API。所以现在它看起来像这样:

它将被链接到

这个方案的回报有问题吗?意思是,当客户要求退款时,我们是否必须去找附属公司并要求他们退款?就像我们必须去卖家那里说“给我们 144 美元,客户要求退款”,然后去联属网络营销公司说“给我们 16 美元,客户要求退款”还是客户要求卖家和会员直接退款?

如果是这样,该方案应该是:

拴在

然后我们扣留这笔钱 30 天,只有在我们没有被要求退款时才向会员付款。

我很难理解退款如何与连锁付款一起使用。有人可以帮助我了解这将如何下降(当涉及关联公司时,当买家想要退款时,谁要求退款)以及我的用例的最佳实施是什么?

0 投票
1 回答
942 浏览

paypal - 寻求一个 Paypal 链式支付教程

我目前正在开发一个允许我的用户上传和销售音乐的网站。我唯一的问题是,我似乎找不到任何关于使用链式支付的连贯教程。有谁知道我在哪里可以检索到这些信息?感谢您的宝贵时间,祝您有美好的一天。

0 投票
1 回答
4558 浏览

php - 使用 php 在贝宝上设置链式付款

我放弃。我正在尝试在我的网站上设置链式付款(用 php 完成),但我很挣扎。是否有一个好的教程,示例或任何人都可以建议我如何在 php 中设置贝宝链式支付的基础知识?我需要设置标题并进行付费电话,但我什至无法实现。

提前致谢

翁德雷

0 投票
1 回答
339 浏览

symfony - JMSPaymentPaypalBundle 是否支持链式支付?

我需要在我的应用程序中实现链式支付,并且我正在使用 Symfony。

我发现 JMSPaymentPaypalBundle 被推荐用于付款,但在我深入研究之前想知道它是否支持链式付款。

有很多示例如何使用标准支付方式,但找不到任何关于支持自适应支付的信息。

0 投票
1 回答
237 浏览

paypal - 沙盒中的 PayPal 自适应链式支付

PayPal 自适应支付中的链式支付被记录为仅在获得批准后可用:https ://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/integration-guide/APIntro/

在提交批准申请之前,是否可以在未经批准的情况下在沙箱中使用它来测试工作流程和代码?

0 投票
1 回答
533 浏览

paypal - PayPal Adaptive Chained Payments: How to hide Secondary Receivers from Sender?

Documentation says:

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.

I'm doing this request:

I was expecting to see the invoice for $15 to vladimir.sapronov-facilitator@gmail.com which is Primary Receiver. But I see:

facilitator account's Test Store $5.00 USD

VLADIMIR SAPRONOV $10.00 USD

Total: $15.00 US

It doesn't look like "sender deals only with primary receiver". How to make it the way it's described in the documentation - want to see only transaction for $15 to Primary Receiver?