| 1 | authId | Unique authorization ID. Used to link to transaction flow, outstanding records and other downstream records |
| 2 | direction | Transaction direction: OUTGOING (funds out, a purchase hold) / INCOMING (funds in, a refund release) |
| 3 | authType | Authorization type: NORMAL / FORCE_AUTH / EXPIRED_RELEASE / STATUS_DIFF_RELEASE; see “Authorization type” below |
| 4 | outsId | Outstanding ID. Links to the corresponding outstanding record and is the bridge between authorization and clearing |
| 5 | originalAuthId | Original related authorization ID. Used to trace back in linked scenarios such as multiple refunds and incremental authorizations |
| 6 | enterpriseId | Enterprise ID. Identifies the partner that initiated the authorization |
| 7 | customerId | User ID. Identifies the cardholder the authorization belongs to |
| 8 | cardId | Card ID. The card the transaction took place on |
| 9 | pan | Card number, first six and last four digits only |
| 10 | approveFlag | Authorization outcome: A = approved / D = declined |
| 11 | rejectReason | Decline reason. Present only when approveFlag = D |
| 12 | approveDate | Processing time, yyyy-MM-dd'T'HH:mm:ss+08:00 |
| 13 | currency | Settlement currency, ISO 3-digit currency code (numeric, such as 702) |
| 14 | amount | Settlement amount (high-precision decimal) |
| 15 | acquirerCurrency | Requested currency. May differ from the settlement currency |
| 16 | acquirerAmount | Requested amount, in the requested currency |
| 17 | cardAcceptorIdentification | Merchant ID |
| 18 | cardAcceptorNameLocation | Merchant details, name and address |
| 19 | transactionType | Authorization transaction type: R = card purchase / C = ATM withdrawal / Q = inquiry / P = return or refund; see “Authorization transaction type” below |
| 20 | merchantType | Merchant type (MCC), four digits |
| 21 | createTime | When the authorization record was created; format as above |
| 22 | modifyTime | When the authorization record was last modified; format as above |
| 23 | merchantCountryCode | Merchant country code, three digits |