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 a SALE transaction. Upon CAPTURE, this type becomes a SALE transaction.
  • CASH - TBD
  • CASHBACK - 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 to VOIDED.
  • CAPTURE - Capture an AUTH_ONLY transaction. This transaction type acts as an operation to an already AUTH_ONLY existing transaction. Upon success, the registered type is changed to SALE and the status to CAPTURED.
  • FORCED - Forced transaction
  • TOP_UP - Top-Up transaction for prepaid cards
  • DISCHARGE - Discharge all funds on prepaid card
  • BALANCE - Balance inquiry request. This transaction is not registered or cached on the device.