| 角色Party | 是谁Who | 做什么Role |
|---|---|---|
| 持卡人 CardholderCardholder | 拿卡消费的你You, paying with a card | 发起交易、承担还款Initiates the payment, owes the balance |
| 商户 MerchantMerchant | 收钱的店家The shop getting paid | 受理卡片、提交交易Accepts the card, submits the transaction |
| 收单行 AcquirerAcquirer | 商户的银行The merchant's bank | 把交易送进卡组织网络、给商户结钱Routes the transaction into the network, settles funds to the merchant |
| 发卡行 IssuerIssuer | 给你发卡的银行The bank that issued your card | 授权/拒绝、垫付资金、向持卡人收款Approves/declines, funds the payment, bills the cardholder |
第五个隐形角色是卡组织(Card Network / Scheme):Visa、Mastercard、银联、American Express、JCB 等。它不直接放款,而是充当收单行和发卡行之间的清算与规则网络——报文走它的通道,费率和标准由它制定。A fifth, invisible player is the card network (scheme): Visa, Mastercard, UnionPay, American Express, JCB. It doesn't lend money; it is the switching and rulebook network between acquirer and issuer — messages travel over its rails, and it sets the standards and fees.
0100/0200)。Initiate: you tap/swipe; the POS or gateway builds an authorization request (typically ISO 8583 0100/0200).0110/0210),响应码 DE39 = 00 表示批准。Decide: the issuer checks balance/limit/risk and returns an authorization response (0110/0210); response code DE39 = 00 means approved.商户收到的钱少于成交额,差额主要是三块:交换费(Interchange)——收单行付给发卡行,是费用的大头;卡组织费(Scheme fee)——付给 Visa/MC 等;收单行加价(Acquirer markup)。这也是为什么发卡行有动力多发卡、鼓励消费。The merchant nets less than the sale amount. The gap is mainly three parts: interchange (paid by acquirer to issuer — the biggest slice), scheme fees (to Visa/MC), and the acquirer markup. This is exactly why issuers are motivated to hand out cards and encourage spending.
👉 下一篇:一笔交易的完整生命周期:授权 → 清算 → 结算,把上面第 4 步拆开细讲。想直接看报文?打开 解析工具 贴一条 ISO 8583 试试。👉 Next: The Transaction Lifecycle: Authorization → Clearing → Settlement, which unpacks step 4 above. Want to see a real message? Open the parser tool and paste an ISO 8583.