Skip to main content

响应码

错误由两部分组成:错误代码和消息。代码是通用的,

但消息可能不同。:

{
"returnCode":"000000",
"errorMessage":"Success"
}

Header 响应码

CodeMessage备注
200succeed成功。
400payload decrypt failed无法解密数据。
405unsupported method请求方法不支持。(仅支持 POST).
406too many requests请求过于频繁。
407verify sign failed无法验证签名。
408app api key not findApi Key 不存在
409request id is null or duplicate请求ID重复
417the parameter is null or invalid请求头必填参数为空。
500system error(not fixed)系统错误。

响应码

returnCodeerrorMessage备注
000000Success成功。
100000Input parameter is incorrect参数错误。
100001Reduplicative requestid请求ID重复。
100002Api key not existsapi key 不存在。
100003The user has not purchased the package or the package has expired未购买套餐或套餐已过期。
100004Parameter error of card opening limit开卡额度错误。
100005No card information found未发现卡。
100006Not available card bins无可用卡bin。
200004The number of cards applied exceeds the remaining limit超出剩余套餐额度。
200005The package information ordered by the user is not found套餐信息不存在。
200007The card amount is less than the minimum limit卡额度能低于最小额。
200008The card amount is greater than the maximum limit卡额度能大于最小额。
200009User asset account not queried客户付款账户不存在。
200010Insufficient account balance账户余额不足。
200011Recharge amount error充值金额错误。
200012Start date error起始时间错误。
200013End date error结束时间错误。
200014Only transactions within 90 days can be queried at most只允许查询90天内交易。
200015Card valid date error卡片有效期错误。
900007System error系统错误。