Adyen · JSON Structure

Terminal Transaction Type Structure

TransactionType schema from Adyen API

Type: string Properties: 0
PaymentsFinancial ServicesFintech

TransactionType is a JSON Structure definition published by Adyen. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/terminal-transaction-type-structure.json",
  "description": "TransactionType schema from Adyen API",
  "type": "string",
  "enum": [
    "Award",
    "CashAdvance",
    "CompletedDeffered",
    "CompletedReservation",
    "Credit",
    "Debit",
    "Declined",
    "Failed",
    "FirstReservation",
    "IssuerInstalment",
    "OneTimeReservation",
    "Rebate",
    "Redemption",
    "ReverseAward",
    "ReverseCredit",
    "ReverseDebit",
    "ReverseRebate",
    "ReverseRedemption",
    "UpdateReservation"
  ],
  "name": "TransactionType"
}