问题标签 [masspay]
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.
security - 确认付款
通过 API 进行的任何支付方式都需要凭据,但出于安全原因,我不想将凭据存储在我的服务器上。我可以这样付款吗: 1. 使用 API 进行批量付款 2. 之后,登录我的 PayPal 帐户并确认付款 3. 使用 API 获取有关付款的信息
api - 1 个用户的 Paypal API MassPay
使用 MassPay 支付 1 用户付款有什么问题吗?有什么缺点吗?我应该使用什么来代替批量支付单笔付款?
我看到贝宝论坛已经死了,所以我在这里。
paypal - Paypal NVP Masspay 响应中的唯一交易参考
我需要 Paypal NVP Masspayment 中的一些独特字段,以便我可以立即参考该交易并收集所有信息,例如交易费用等。
请帮忙 。目前看来,贝宝没有返回任何字段来搜索特定交易。
paypal - 海量支付无法支付
当我尝试通过我的站点后端使用 masspay api 汇款时收到以下错误:“masspay 服务器的输入不正确。请确保您使用的输入格式正确。,Masspay 未完成”
结果是钱没有转移。
这只发生在金额有小数位时。例如 4.25 欧元。当我尝试发送非小数金额时,它不会发生,例如 10 欧元、20 欧元或其他。
怎么了?
谢谢
ruby-on-rails - 如何使用 Rails 发送大量付款?
我正在使用 Rails,需要向我的用户汇款。
这是我的功能:
我应该放入一些帮助文件吗?
我想在我的视图中使用它,例如:
或者只是在控制器中传输用户数组。
我应该把这个功能放在哪里使它正确?
paypal - 发送 Mass Pay 呼叫时无法解决错误
您好,我想使用 Mass Pay API。
我正在使用 RubyOnRails。这是我的代码:
我得到错误:
这很奇怪,因为我在“METHOD”=>“MassPay”行中实现了方法。
我的问题在哪里?
paypal - Mass Pay操作中如何检查每笔付款?
我想使用 Mass Pay 操作向用户发送付款,但我找不到如何检查收到的付款和未收到的付款。
以下是来自 www.x.com 的文字:
我搜索了交易详情报告,但找不到使用它的示例。
如何发送一些关于交易详情报告或其他检查方式的电话?
paypal - Retrieving PayPal MassPay transaction status with the original correlation ID
We have a system that sends money to our users via the PayPal MassPay API and it works fine, but here is the problem: I can't find a way to retrieve the status of the MassPay transaction through PayPal's API.
The first thing I looked into was using the PayPal 'GetTransactionDetails' API call, but that requires the transaction ID, which is not returned by the original PayPal MassPay API call. When a MassPay is issued, here is the PayPal response: https://gist.github.com/3860194
As you can see in the response, PayPal issues me a correlation ID, but no transaction ID. My next thought was to use the 'TransactionSearch' API call, but that does not accept a correlation ID either. I even tried doing a broad TransactionSearch based on the TransactionClass parameter ('MassPay') and StartDate, but the responses don't contain any information (email or correlation ID) that allows me to know for certain which search result is my original request.
Has anyone worked with PayPal's API to search/retrieve a transaction ID through the correlation ID?
php - Paypal、Masspay:10321 - 资金不足
我想使用 Paypal API 中的 Masspay 方法。我在沙盒中有一个业务帐户,余额超过了我需要支付的金额。因此,我尝试为 masspay 发出 cURL 请求,如下所示(仅用于测试):
我得到的结果是:
TIMESTAMP=2012-11-16T08:16:55Z&CORRELATIONID=dabb7bd62605b&ACK=失败&VERSION=64.0&BUILD=4181146&L_ERRORCODE0=10321&L_SHORTMESSAGE0=资金不足&L_LONGMESSAGE0=账户资金不足,无法进行批量支付&L_SEVERITYCODE0=错误
我有两种货币的资金:美元和欧元,当我使用它们付款时一切都很好,但是当我选择 GBR 时,例如 API 告诉我我没有足够的资金。在 x.com 论坛上寻找答案并没有给我带来有用的实际信息。所以问题是:我可以使用美元账户以欧元或其他货币或仅以美元进行批量付款吗?如果可能的话,我应该在哪里设置它?
谢谢。
paypal - Paypal Mass Pay API 响应处理
所以这可能更像是一个讨论项目,所以如果这应该转到其他地方,我深表歉意。
但我需要使用 Paypal MassPay API 处理响应 (IPN)。
目前我正在正确处理通知并跟踪过去的付款(版税支付系统)。
问题 1:无人认领的付款
但是我遇到了一个我似乎无法在沙盒网站上处理的问题,那就是无人认领的付款。现在根据 MassPay 指南:
如果收款人没有 PayPal 帐户,PayPal 会通知他们可以付款,并且他们必须创建一个 PayPal 帐户才能接收付款。
我认为这意味着 Paypal 向用户发送了一封电子邮件,我尝试对此进行测试,但没有收到任何通知
问题 2:索赔无人认领的付款
在上一个问题之后,我无法测试声称无人认领值的用户。所以我想知道有人知道Paypal如何处理这些以及响应的格式吗?
- 响应是否包含所有先前要求的付款?
- 响应是否包含所有无人认领的付款?
- 响应是否包含该事务中所有传输的状态?
先感谢您