Adyen · JSON Structure

Terminal Event To Notify Structure

Event the POI notifies to the Sale System.

Type: string Properties: 0
PaymentsFinancial ServicesFintech

EventToNotify 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-event-to-notify-structure.json",
  "description": "Event the POI notifies to the Sale System.",
  "type": "string",
  "enum": [
    "Abort",
    "BeginMaintenance",
    "CardInserted",
    "CardRemoved",
    "Completed",
    "CustomerLanguage",
    "EndMaintenance",
    "Initialised",
    "KeyPressed",
    "OutOfOrder",
    "Reject",
    "SaleAdmin",
    "SaleWakeUp",
    "SecurityAlarm",
    "Shutdown",
    "StopAssistance"
  ],
  "name": "EventToNotify"
}