我正在使用PayPal的Mass Pay API构建支付系统。根据他们的文档,将返回一条消息,其中包含以下状态响应之一:
有谁知道" SuccessWithWarning"情况适用于Mass Pay API?我只能模拟"成功"和"失败"在沙盒中。即使在为我的沙盒帐户开启否定测试后,我也无法重现" SuccessWithWarning" Mass Pay API的状态。任何帮助表示赞赏!谢谢。
供参考:
https://developer.paypal.com/docs/classic/api/NVPAPIOverview/
答案 0 :(得分:1)
以上四个值是变量ACK的可能值。并非所有的API都会返回" SuccessWithWarning"作为ACK值。此值仅适用于某些API,如SetExpressCheckout API,DoExpressCheckout API等。您可以参考以下链接来检查与特定API相关的可能错误:
https://developer.paypal.com/webapps/developer/docs/classic/api/errorcodes/#id09C3F0O0NTU
答案 1 :(得分:0)
我今天收到了一份关于我的遗留系统的通知,其中包括" SuccessWithWarning"响应。
ACK = SuccessWithWarning
VERSION = 65.1
BUILD = 12896494
L_ERRORCODE0 = 11812
L_SHORTMESSAGE0 = Invalid Data
L_LONGMESSAGE0 = The value of Description parameter has been truncated.
L_SEVERITYCODE0 = Warning
所以有一个例子。