404 | 100000 | MissException | Global: Your Required Resource Are Not Found | HTTP 404状态码时抛出此异常,即找不到对应请求资源 | 检查请求URL链接是否正确 |
400 | 200000 | OrderException | Order does not exist. | 订单不存在 | 检查订单号是否正确 |
400 | 200003 | OrderException | Order Error. | 订单状态错误 | 检查订单状态 |
400 | 400006 | OrderException | Route Payment Error. [No available channels] | 订单支付通道不可用 | 检查订单的支付通道参数和配置 |
400 | 400008 | OrderException | Route Payment Error. [No available merchants account.] | 订单支付账号不可用 | 检查订单的支付账号参数和配置 |
400 | 400008 | OrderException | Route Payment Error. [No available ma code.] | 订单没有可用的码卡 | 检查码卡状态和配置 |
400 | 400008 | OrderException | Route Payment Error. [Ma code disconnected, Pls reorder.] | 订单选择的码卡突然掉线 | 请重新下单 |
400 | 400008 | OrderException | Route Payment Error. [Payment account was misconfigured.] | 订单支付账号或码卡配置错误 | 检查订单的支付账号配置或码卡状态 |
400 | 100000 | ParameterException | invalid parameters | 请求参数不合法或缺少参数 | 确保传入参数合法性和完整性 |
400 | 400000 | ParameterException | Invalid Request.[ Request header [xxx] Failure.] | 请求Header头 xxx 不合法 | 确保请求Header头 xxx 合法或正确配置 |
400 | 400003 | ParameterException | Invalid Request.[ Auth Key No permission or nexistencet.] | 请求授权Key参数不合法 | 确保请求授权码Key参数合法或正确配置 |
400 | 400003 | ParameterException | Invalid Request.[ Payment Code Does Not Allowed.] | 请求支付通道码参数不合法 | 确保请求支付通道码参数合法或正确配置 |
403 | 100003 | ForbiddenException | Invalid Request.[ Trigger Restriction And Flow Control.] | 同一IP每秒接口访问频率超过10次限制 | 稍后再试或请联系平台管理员协查 |
403 | 400003 | ForbiddenException | Invalid Request.[ Request IP not authorized.] | 请求IP未授权,被阻止 | 确保请求IP在授权列表中 |
403 | 400003 | SignatureException | Invalid Request.[ Request Data And Sign Verify Failure.] | 商户支付请求数据验签失败 | 仔细阅读API接口文档的接口规则,检查相关请求参数,如还无法解决请联系平台管理员协查 |
404 | 600000 | UserException | User do not exist. | 用户不存在 | 检查用户信息是否正确 |
400 | 999999 | BaseException | Error .[There may be a problem with the system.] | 通用系统错误 | 请联系平台管理员协查 |