> ## Documentation Index
> Fetch the complete documentation index at: https://docs.subotiz.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 支付错误码

| 归类       | 系统返回码定义 | 系统返回码说明EN                                                                        | 系统返回码说明CN             |
| :------- | :------ | :------------------------------------------------------------------------------- | :-------------------- |
| 成功类      | 100000  | Success                                                                          | 交易成功                  |
|          |         |                                                                                  |                       |
| 金额错误类    | 100100  | Insufficient balance                                                             | 余额不足                  |
|          | 100101  | Amount exceeds the maximum limit                                                 | 超过最大金额                |
|          | 100102  | Amount below the minimum limit                                                   | 低于最低金额                |
|          | 100103  | Invalid amount format                                                            | 金额格式非法                |
|          | 100104  | Incorrect original amount                                                        | 原始金额不正确               |
|          | 100105  | Amount mismatch (cumulative)                                                     | 金额(累计)不匹配             |
|          | 100106  | Amount update not supported                                                      | 金额不允许更新               |
|          | 100107  | Invalid currency                                                                 | 货币错误                  |
|          | 100108  | Currency not supported                                                           | 货币不支持                 |
|          |         |                                                                                  |                       |
| 账户（卡）错误类 | 100201  | Account information mismatch                                                     | 账户信息不匹配               |
|          | 100202  | Bank account does not exist                                                      | 无此账号                  |
|          | 100203  | Lost bank account                                                                | 挂失卡                   |
|          | 100204  | Confiscated bank account                                                         | 没收卡                   |
|          | 100205  | Stolen bank account                                                              | 被窃卡                   |
|          | 100206  | Expired bank account                                                             | 过期卡                   |
|          | 100207  | Unsupported bank account                                                         | 不支持的卡                 |
|          | 100208  | Fraudulent bank card                                                             | 诈骗卡                   |
|          | 100209  | Suspected counterfeit card                                                       | 怀疑伪造卡                 |
|          | 100210  | Pick-up card (Contact issuer)                                                    | 问题卡，需要联系发卡方           |
|          | 100211  | Card blacklisted                                                                 | 黑名单卡                  |
|          | 100212  | Card data error                                                                  | 卡信息错误                 |
|          | 100213  | Account frozen                                                                   | 账户已冻结                 |
|          | 100214  | Account closed                                                                   | 账号(卡)已关闭              |
|          | 100215  | Account locked                                                                   | 账户被锁定                 |
|          | 100216  | Account purged                                                                   | 已清户                   |
|          | 100217  | Bank account declined                                                            | 被拒的银行账户               |
|          | 100218  | Account and name mismatch                                                        | 账户和户名不符合              |
|          | 100219  | Restricted account                                                               | 受限制的账户                |
|          | 100220  | Account unusable                                                                 | 账户无法使用                |
|          | 100221  | Account verification failed                                                      | 账户校验失败                |
|          | 100222  | Card decline rate limit exceeded                                                 | 卡支付频率超出限制而被拒绝         |
|          | 100223  | Invalid account type                                                             | 账户(卡)类型错误             |
|          | 100224  | Incorrect cvv                                                                    | 卡的安全码错误               |
|          | 100225  | Incorrect card address                                                           | 卡地址错误                 |
|          | 100226  | Incorrect card ZIP code                                                          | 卡邮编错误                 |
|          | 100227  | Incorrect expiration month                                                       | 卡有效期月份错误              |
|          | 100228  | Incorrect expiration year                                                        | 卡有效期年份错误              |
|          | 100229  | Incorrect expiration date                                                        | 卡有效期错误                |
|          | 100230  | Invalid customer payment account                                                 | 客户付款账户无效              |
|          |         |                                                                                  |                       |
| 风控错误类    | 100300  | Suspected fraud                                                                  | 涉嫌欺诈                  |
|          | 100301  | High-risk transaction                                                            | 交易风险过高                |
|          | 100302  | Security violation                                                               | 安全违规                  |
|          | 100303  | Violation of the law                                                             | 交易存在违法法律行为            |
|          | 100304  | Email blacklisted                                                                | 邮箱在黑名单中               |
|          |         |                                                                                  |                       |
| 参数校验错误类  | 100400  | Not authorized                                                                   | 未授权                   |
|          | 100401  | Missing pickup address                                                           | 物流地址未填写               |
|          | 100402  | Invalid pickup address                                                           | 物流地址非法                |
|          | 100403  | Unsupported shipping type                                                        | 不支持的物流方式              |
|          | 100404  | Missing postal code                                                              | 邮编缺失                  |
|          | 100405  | Invalid postal code                                                              | 邮编非法                  |
|          | 100406  | Invalid phone number                                                             | 非法手机号                 |
|          | 100407  | Invalid country code                                                             | 国家码非法                 |
|          | 100408  | Invalid province                                                                 | 省份非法                  |
|          | 100409  | Invalid city                                                                     | 城市非法                  |
|          | 100410  | Agreement not found                                                              | 协议不存在                 |
|          | 100411  | API rate limit exceeded                                                          | API接口请求超限             |
|          | 100412  | API key error                                                                    | API密钥错误               |
|          | 100413  | Invalid merchant                                                                 | 非法商户                  |
|          | 100414  | Invalid parameter                                                                | 参数非法                  |
|          | 100415  | Unsupported payment type                                                         | 不支持的交易类型              |
|          | 100416  | Provider not found                                                               | 无此渠道                  |
|          | 100417  | Invalid currency                                                                 | 币种非法                  |
|          | 100418  | Currency not supported                                                           | 币种不支持                 |
|          | 100419  | Platform API key expired                                                         | API密钥过期               |
|          | 100420  | Invalid email address                                                            | 无效邮箱                  |
|          |         |                                                                                  |                       |
| 通用错误类    | 100600  | Invalid token                                                                    | 非法token信息             |
|          | 100601  | Token expired                                                                    | token过期               |
|          | 100602  | Transaction refused                                                              | 交易拒绝                  |
|          | 100603  | Transaction cancelled by the merchant                                            | 商家取消交易                |
|          | 100604  | 3D Secure authentication cancelled by the cardholder                             | 持卡人取消3D授权             |
|          | 100605  | Cardholder failed 3D Secure authentication                                       | 持卡人未通过3D服务授权          |
|          | 100606  | 3D Secure authentication timeout                                                 | 3D授权操作超时              |
|          | 100607  | Transaction declined by card issuer                                              | 发卡方拒绝交易               |
|          | 100608  | Order expire                                                                     | 订单已过期                 |
|          | 100609  | Do not honour                                                                    | 交易不予兑现                |
|          | 100610  | Original transaction failed                                                      | 原始交易失败                |
|          | 100611  | Transaction already revoked; cannot revoke repeatedly                            | 交易已撤销，不能再次撤销          |
|          | 100612  | Transaction already cancelled; cannot cancel repeatedly                          | 交易已取消，不能再次取消          |
|          | 100613  | Exceeds PIN retry limit                                                          | 超过pin重试次数             |
|          | 100614  | Incorrect password                                                               | 密码错误                  |
|          | 100615  | Incorrect PIN                                                                    | PIN错误                 |
|          | 100616  | Exceeds withdrawal amount limit                                                  | 超出账户提现限制              |
|          | 100617  | Payment instrument declined                                                      | 当前方式被受理方或者银行拒绝        |
|          | 100618  | Payment voided                                                                   | 支付单作废                 |
|          | 100619  | Duplicate transaction                                                            | 重复的交易                 |
|          | 100620  | Record not found                                                                 | 交易不存在                 |
|          | 100621  | Transaction not in current batch                                                 | 撤销交易不在当前批次            |
|          | 100622  | Authentication unfinished                                                        | 授权未完成                 |
|          |         |                                                                                  |                       |
| 未知错误     | 100998  | Payment failed. Please try again with another payment method or try again later. | 交易失败，请尝试使用其他支付方式或稍后再试 |
| 无法明确错误码  | 100999  | Other error                                                                      | 其他错误                  |
