TransactionType
TransactionType
Describe the type of transaction. Some of the values are used as input only and affect only the TransactionStatus
SALE
Sale transaction.REFUND
Refund Transaction.AUTH_ONLY
Authorization only for aSALE
transaction. UponCAPTURE
, this type becomes aSALE
transaction.CASH
- TBDCASHBACK
- Cashback transaction.VOID
- Void transaction. This transaction type acts as an operation on an already existing transaction. The registered type is not changed; upon success, only the transaction status is set toVOIDED
.CAPTURE
- Capture anAUTH_ONLY
transaction. This transaction type acts as an operation to an alreadyAUTH_ONLY
existing transaction. Upon success, the registered type is changed toSALE
and the status toCAPTURED
.FORCED
- Forced transactionTOP_UP
- Top-Up transaction for prepaid cardsDISCHARGE
- Discharge all funds on prepaid cardBALANCE
- Balance inquiry request. This transaction is not registered or cached on the device.