Verifone · Schema

TransactionType

A type indicator for the main operation or service that was performed as part of the transaction event.

PaymentsPOSTerminal ManagementeCommerceFinTechPayment ProcessingOmnichannel
View JSON Schema on GitHub

JSON Schema

ecommerce-api-transactiontype.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/verifone/refs/heads/main/json-schema/ecommerce-api-transactiontype.json",
  "title": "TransactionType",
  "description": "A type indicator for the main operation or service that was performed as part of the transaction event.",
  "type": "string",
  "enum": [
    "AUTHORISATION",
    "BALANCE",
    "CANCEL",
    "CAPTURE",
    "CARD_ACTIVATION",
    "CARD_DEACTIVATION",
    "CARD_VERIFICATION",
    "CASH_ADVANCE",
    "CASH_DEPOSIT",
    "DECLINED",
    "DELAYED_CHARGE",
    "EXTEND",
    "ISSUER_INSTALMENT_SELECTION",
    "LOAD",
    "NO_SHOW",
    "NON_FINANCIAL",
    "PREAUTH",
    "PREAUTH_COMPLETION",
    "PREAUTH_INCREMENT",
    "RATE",
    "REAUTHORISATION",
    "REFUND",
    "SALE",
    "UNLOAD",
    "VOID"
  ]
}