ISO 8583 Parser
Free · 速查大全 · 约 10 分钟Full reference · ~10 min read

ISO 8583 DE39 响应码大全ISO 8583 DE39 Response Codes: Full Reference

DE39(响应码)是发卡行/交换网络对一笔交易的最终判决,2 位。00 = 批准,其余都是拒绝或提示原因。下面是完整对照表(标准码 + 各卡组常见扩展码),按码值排序,方便直接查。 DE39 (Response Code) is the issuer's/network's final verdict on a transaction — two characters. 00 = approved; everything else is a decline or advice reason. Below is the full table (standard codes plus common scheme extensions), sorted by code for quick lookup.

数字码 00–96Numeric codes 00–96

DE39中文含义ChineseEnglishMeaning
00批准 / 交易成功Approved / completed
01请与发卡行联系Refer to card issuer
02与发卡行特殊条件联系Refer to issuer, special condition
03无效商户Invalid merchant
04没收卡片Pick up card
05不予承兑 / 通用拒绝Do not honor
06错误Error
07没收卡片(特殊条件)Pick up card, special condition
08批准(需身份证明)Honor with identification
10部分批准Partial approval
11批准(VIP)Approved (VIP)
12无效交易Invalid transaction
13无效金额Invalid amount
14无效卡号 / 无此卡Invalid card number
15无此发卡行No such issuer
19请重新交易Re-enter transaction
20无效响应Invalid response
21未做任何操作No action taken
22疑似故障Suspected malfunction
25找不到原交易记录Unable to locate record
28文件暂不可用File temporarily unavailable
30报文格式错误Format error
31银行不支持Bank not supported by switch
33卡已过期(没收)Expired card, pick up
34疑似欺诈(没收)Suspected fraud, pick up
36受限制的卡(没收)Restricted card, pick up
38密码错误次数超限(没收)Allowable PIN tries exceeded, pick up
39无信用账户No credit account
40不支持所请求功能Requested function not supported
41挂失卡(没收)Lost card, pick up
43被盗卡(没收)Stolen card, pick up
51余额 / 可用额度不足Insufficient funds
52无此支票账户No checking account
53无此储蓄账户No savings account
54卡已过期Expired card
55密码错误Incorrect PIN
56无此卡记录No card record
57不允许持卡人进行此交易Transaction not permitted to cardholder
58不允许终端进行此交易Transaction not permitted to terminal
59疑似欺诈Suspected fraud
60请联系受理方Contact acquirer
61超出取现金额限制Exceeds withdrawal amount limit
62受限制的卡Restricted card
63违反安全规定Security violation
65超出取现次数 / 需强认证Exceeds withdrawal frequency / SCA required
68响应超时Response received too late
75密码尝试次数超限Allowable PIN tries exceeded
76找不到账户 / 原交易Unable to locate account / original
77数据不符 / 对账错误Inconsistent data, reconcile error
78新账户未激活 / 已封锁首用Blocked, first use / inactive account
79已冲正Already reversed
80交易日期错误 / 未处理Invalid date / no action
81密码加密错误PIN cryptographic error
82CVV 校验失败 / 发卡行不可用CVV failed / issuer unavailable
83无法验证 PINUnable to verify PIN
84无效授权寿命Invalid authorization life cycle
85账户核实成功(无扣款)No reason to decline / account verified
86无法验证 PINCannot verify PIN
87仅消费,不可返现Purchase amount only, no cashback
88加密失败Cryptographic failure
89认证失败Authentication failure
91发卡行或交换中心不可用Issuer or switch inoperative
92找不到交易路由Unable to route / no routing to issuer
93违反法律不能完成Cannot complete, violation of law
94重复交易Duplicate transmission
96系统故障 / 系统忙System malfunction

字母码(卡组常见)Letter codes (common scheme extensions)

DE39中文含义ChineseEnglishMeaning
N0强制联机 / 强认证Force STIP / SCA
N3取现服务不可用Cash service not available
N4超出发卡行取现限额Cash request exceeds issuer limit
N7CVV2 / CVC2 校验失败Decline for CVV2 failure
P2无效账单信息Invalid biller information
Q1卡认证失败Card authentication failed
R0持卡人取消定期扣款Stop payment order
R1持卡人撤销授权Revocation of authorization order
R3撤销全部授权Revocation of all authorizations
Z1脱机拒绝Offline declined
Z3无法联机,脱机拒绝Unable to go online, offline declined
关于覆盖范围:DE39 的核心数字码(00–96)由 ISO 8583 定义,各卡组高度一致;字母码及个别数字码(如 N/P/Q/R/Z 系列)属于各卡组扩展,少数含义可能因卡组略有差异——精确以对应卡组规范为准。On coverage: the core numeric codes (00–96) are defined by ISO 8583 and are largely consistent across schemes; letter codes (N/P/Q/R/Z series) are scheme extensions and a few meanings may vary slightly — always defer to the specific scheme spec for edge cases.
响应码 ≠ 封锁码:DE39 是单笔交易的结果(标准、公开);而"封锁码 / block code"是发卡方对卡片或账户状态的私有状态标记,不属于 ISO 8583 标准字段,各机构自行定义,不在本文范围。别把两者混为一谈。Response code ≠ block code: DE39 is the result of a single transaction (standard, public). A "block code" is an issuer-proprietary status on a card or account — not a standard ISO 8583 field, defined per institution, and out of scope here. Don't conflate the two.
软拒绝 vs 硬拒绝:软拒绝(51/91/96 等)是"暂时性",可按策略重试;硬拒绝(14/41/54/57/59 等)是"这张卡这笔就是不行",重试只会浪费并可能触发风控。做自动重试时务必按码分类。Soft vs hard declines: soft declines (51/91/96 …) are temporary and may be retried per policy; hard declines (14/41/54/57/59 …) mean this card/txn simply won't work — retrying wastes attempts and can trip fraud controls. Always classify by code before auto-retrying.

👉 想直接在报文里看 DE39?打开解析工具粘贴报文,它会自动把 DE39 翻译成中文含义。相关:ISO 8583 常见字段速查👉 Want to see DE39 in a live message? Open the parser tool and paste one — it auto-translates DE39. Related: ISO 8583 field quick reference.