CyberSource API - 下载报告 - RESOURCE_NOTFOUND
CyberSource API - Download Report - RESOURCE_NOTFOUND
我正在使用 CyberSource API 通过 Postman 集合生成和下载报告。
问题是在发送 "GET" 请求下载报告时返回以下错误:
<errorBean>
<code>RESOURCE_NOTFOUND</code>
<detail>The requested resource is not found. Please try again later.</detail>
<localizationKey>cybsapi.resource.notfound</localizationKey>
<message>Requested Resource Not Found</message>
</errorBean>
发送报告下载请求时出错:
请求现场可用报告时的成功响应:
我为两个请求使用了相同的环境变量。
谢谢,
乌迪
我遇到了类似的问题,不得不登录到 Cybersource EBC 以配置未从旧系统继承的报告订阅。错误很可能是因为您请求的日期没有报告。
我的理解是,一旦您配置了报告订阅,Cybersource 就会开始根据订阅创建报告文件 - 通常每天一次。因此,您可能只能在当天晚些时候或第二天请求报告。
我正在使用 CyberSource API 通过 Postman 集合生成和下载报告。 问题是在发送 "GET" 请求下载报告时返回以下错误:
<errorBean>
<code>RESOURCE_NOTFOUND</code>
<detail>The requested resource is not found. Please try again later.</detail>
<localizationKey>cybsapi.resource.notfound</localizationKey>
<message>Requested Resource Not Found</message>
</errorBean>
发送报告下载请求时出错:
请求现场可用报告时的成功响应:
我为两个请求使用了相同的环境变量。
谢谢, 乌迪
我遇到了类似的问题,不得不登录到 Cybersource EBC 以配置未从旧系统继承的报告订阅。错误很可能是因为您请求的日期没有报告。
我的理解是,一旦您配置了报告订阅,Cybersource 就会开始根据订阅创建报告文件 - 通常每天一次。因此,您可能只能在当天晚些时候或第二天请求报告。