Published when a transaction is authorized, reversed, refunded, settled, or charged back.
Documentation Index
Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt
Use this file to discover all available pages before exploring further.
| Event Type | Description |
|---|---|
issuing.transaction.authorization | The issuer approved a cardholder-initiated transaction. Typically used for ordinary purchases or transactions. |
issuing.transaction.reversal | A previous transaction was canceled or reversed — for example due to fraud, operational error, or transaction cancellation. Funds are returned to the cardholder’s account. |
issuing.transaction.refund | The cardholder returned purchased goods or services and the merchant refunded the funds back to the cardholder’s account. |
issuing.transaction.settlement.credit | The settlement amount was lower than the original transaction amount, so the difference is credited to the cardholder’s account. |
issuing.transaction.settlement.debit | The settlement amount was higher than the original transaction amount, so the difference is debited from the cardholder’s account. |
issuing.transaction.settlement.reversal | A previous settlement transaction was reversed, returning the funds to the cardholder when an error occurred. |
issuing.transaction.fund.collection | Collection of funds, typically used for recurring payments or service-fee collection. |
issuing.transaction.fund.transfer | A fund transfer was processed. |
issuing.transaction.validation | Verifies the validity of the card and confirms that the cardholder information is correct and the card is active. Usually performed alongside the authorization flow. |
issuing.transaction.atm.deposit | A cash deposit to the account through an ATM. UQPAY does not support this transaction type, but the event is still recorded. |
issuing.transaction.chargeback.credit | A chargeback credit was processed. |
issuing.transaction.chargeback.debit | A chargeback debit was processed. |
How to identify ATM withdrawals and balance inquiries
issuing.transaction.authorization events.ATM withdrawalmerchant_data[].category_code = 6011 (MCC 6011 — Automated Cash Disbursement).ATM balance inquirymerchant_data[].category_code = 6011 and billing_amount = "0".A unique identifier for this event.
Top-level event category. Always ISSUING for card issuance events.
ISSUING The specific event type that occurred.
issuing.transaction.authorization, issuing.transaction.reversal, issuing.transaction.refund, issuing.transaction.settlement.credit, issuing.transaction.settlement.debit, issuing.transaction.settlement.reversal, issuing.transaction.fund.collection, issuing.transaction.fund.transfer, issuing.transaction.validation, issuing.transaction.atm.deposit, issuing.transaction.chargeback.credit, issuing.transaction.chargeback.debit Transaction ID.
API version number.
"V1.6.0"
Transaction details associated with the event.
Return 200 to acknowledge receipt.