post
https://{merchant-callback-host}/webhook/transaction
对标 GEO type = card_transaction。上游交易落库后出站推送。
eventType
| eventType | 说明 |
|---|---|
transaction.authorized | 授权/消费成功 |
transaction.declined | 授权拒绝 |
transaction.refunded | 退款 |
transaction.reversed | 冲正 |
transaction.settled | 清算类 |
data 字段
| 字段 | 说明 | 对标 GEO |
|---|---|---|
| txId | 本地交易 ID | — |
| transactionNo | 流水号 | recordNo |
| cardId | 本地卡 ID | cardId |
| cardNoLast4 / cardMask | 卡号展示 | cardNo |
| type / transType | 交易类型 | transType |
| amount / currency | 金额与币种 | localCurrencyAmt |
| merchantName / mcc | 商户与 MCC | merchantName / MCC |
| status | APPROVED / DECLINED 等 | transStatus |
| authCode | 授权码 | approvalCode |
| declineReason | 拒绝原因 | respCodeDesc |
| fee / loadedBalance | 手续费与卡余额 | fee |
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200商户应返回 2xx 表示已接收
