响应码
错误由两部分组成:错误代码和消息。代码是通用的,
但消息可能不同。:
{
"returnCode":"000000",
"errorMessage":"Success"
}
Header 响应码
Code | Message | 备注 |
---|---|---|
200 | succeed | 成功。 |
400 | payload decrypt failed | 无法解密数据。 |
405 | unsupported method | 请求方法不支持。(仅支持 POST ). |
406 | too many requests | 请求过于频繁。 |
407 | verify sign failed | 无法验证签名。 |
408 | app api key not find | Api Key 不存在 |
409 | request id is null or duplicate | 请求ID重复 |
417 | the parameter is null or invalid | 请求头必填参数为空。 |
500 | system error(not fixed) | 系统错误。 |
响应码
returnCode | errorMessage | 备注 |
---|---|---|
000000 | Success | 成功。 |
100000 | Input parameter is incorrect | 参数错误。 |
100001 | Reduplicative requestid | 请求ID重复。 |
100002 | Api key not exists | api key 不存在。 |
100003 | The user has not purchased the package or the package has expired | 未购买套餐或套餐已过期。 |
100004 | Parameter error of card opening limit | 开卡额度错误。 |
100005 | No card information found | 未发现卡。 |
100006 | Not available card bins | 无可用卡bin。 |
200004 | The number of cards applied exceeds the remaining limit | 超出剩余套餐额度。 |
200005 | The package information ordered by the user is not found | 套餐信息不存在。 |
200007 | The card amount is less than the minimum limit | 卡额度能低于最小额。 |
200008 | The card amount is greater than the maximum limit | 卡额度能大于最小额。 |
200009 | User asset account not queried | 客户付款账户不存在。 |
200010 | Insufficient account balance | 账户余额不足。 |
200011 | Recharge amount error | 充值金额错误。 |
200012 | Start date error | 起始时间错误。 |
200013 | End date error | 结束时间错误。 |
200014 | Only transactions within 90 days can be queried at most | 只允许查询90天内交易。 |
200015 | Card valid date error | 卡片有效期错误。 |
900007 | System error | 系统错误。 |