【发布时间】:2016-07-10 05:04:12
【问题描述】:
标题是 Paypal NVP API 的错误消息。 API 是TransactionSearch。
在我的 PHP 代码中,如果我设置搜索参数"STATUS" => "Reversed",API 会返回这个结果:
'TIMESTAMP' => '2016-03-23T02:32:41Z', 'CORRELATIONID' => '77fcf63ee550e', 'ACK' => 'SuccessWithWarning', 'VERSION' => '109.0', 'BUILD' => '18316154', 'L_ERRORCODE0' => '11002', 'L_SHORTMESSAGE0' => 'Search warning', 'L_LONGMESSAGE0' => 'The number of results were truncated. Please change your search parameters if you wish to see all your results.', 'L_SEVERITYCODE0' => 'Warning'
但是,如果我不添加搜索参数"STATUS",API返回成功!
所以,我想知道如何设置搜索参数,以便使用"STATUS" => "Reversed"得到正确的结果
【问题讨论】: