- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
当我尝试使用 PayerID 调用 RefundTransaction API 方法时,出现错误“13606 功能未启用。您未启用此功能。”。
这是什么意思?有没有办法启用它?
要复制你可以去https://devtools-paypal.com/apiexplorer/PayPalAPIs并尝试执行填充了 PayerID 和 Amount 的 RefundTransaction 方法。
最佳答案
直接来自 PayPal 支持:
TransactionID and PayerID are marked "conditional", but you couldn't set blank.
For example, A buyer purchased several items in different period , but if you call RefundTransaciton API only set PayerID, PayPal couldn't judge in which transaction to refund, and also could not refund the amount about all of these items.
PayPal is not allowed this case happen.
So at least you have to set the transaction ID while calling the refund API.
因此解决方案是始终指定 TransactionID。
是的,自己的API Documentation说:“必须指定交易 ID 或付款人 ID。”但显然情况并非如此。
如果您不记录 subscr_payment
IPN 调用,您可以使用 TransactionSearch
从 PayerID
中查找 TransactionID
API请求。将您的 PayerID
放入 ProfileID
搜索字段。
关于尝试使用付款人 ID 和金额调用 Refund API 方法时,PayPal SOAP API 错误 13606,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18315693/
通过 the express checkout api 实现 Paypal ,paypal 为未注册用户发送的 payerID 是什么?因为您现在不需要通过 Paypal 支付的帐户 最佳答案 即使有
即时付款通知脚本除其他参数外还接收以下参数: payer_id = LPLWNMTBWMFAY 那个字符串是什么意思? 最佳答案 它是特定 PayPal 帐户的外部唯一标识符。由于电子邮件地址随时间变
我是一名优秀的程序员,十分优秀!