提现错误码
错误类型
err_type | http_code | 后续 |
---|---|---|
忽略 | 200 | status 不是 WITHDRAW_SUCCESS 则 Delay |
withdraw.account_payment_too_frequent | 400 | Delay |
withdraw.account_payment_limit | 400 | MONEY_LIMIT/SENDNUM_LIMIT Delay,其他如 AMOUNT_LIMIT Refunding |
withdraw.payment_not_enough | 400 | Delay |
withdraw.payment_config_error | 400 | Delay |
withdraw.payment_backend_error | 400 | Delay |
withdraw.concurrent_failed | 400 | Delay |
无 | 429 | Delay |
withdraw.payment_internal_error | 500 | Error |
无 | 504 | Delay |
其他都是 Refund 归纳起来,主要是、 withdraw.over_user_once_cash_limit、 withdraw.over_user_daily_cash_limit、 withdraw.over_user_daily_times_limit、 withdraw.over_app_daily_cash_limit、 withdraw.app_withdraw_id_multi_withdraw、 withdraw.get_wechat_account_failed、 withdraw.account_payment_not_allow、withdraw.payment_params_error、withdraw.payment_platform_config_error、 withdraw.response_failed(station 返回错误,非微信错误和请求频率上限都会被归为此。包括风控)、 数据库错误、缓存错误等
微信错误到 error
doc 文档
支付宝错误到 error
doc 文档
京东错误
打款状态明确返回 merchantTradeStatus 为 TRADE_FAIL,按照京东技术回复,是不可重试,所以此类错误都归于 account_payment_not_allow。(已经告诉您交易失败了,原单号重试也没有不会成功,只能您换单号重试了) 示例: 经过测试,余额不足返回 TRADE_FAIL,所以余额不足的情况会返回错误 account_payment_not_allow。
错误类型 | 错误码 | 错误描述 |
---|---|---|
withdraw.account_payment_not_allow | 00008 | 实名认证 |
withdraw.account_payment_too_frequent | 00007 | 交易处理中,稍后重试 |
withdraw.payment_backend_error | 99999, 99998, 00014, API0099999, API0010000, API0010400 | 系统异常 |
withdraw.payment_params_error | 00001, 00009, 00011, 00016 | 参数错误 |
withdraw.payment_config_error | 错误码以 API0 开头 | 接口访问失败 |