Adyen · Schema

EventToNotify

Event the POI notifies to the Sale System.

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-eventtonotify-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventToNotify",
  "title": "EventToNotify",
  "type": "string",
  "description": "Event the POI notifies to the Sale System.",
  "enum": [
    "Abort",
    "BeginMaintenance",
    "CardInserted",
    "CardRemoved",
    "Completed",
    "CustomerLanguage",
    "EndMaintenance",
    "Initialised",
    "KeyPressed",
    "OutOfOrder",
    "Reject",
    "SaleAdmin",
    "SaleWakeUp",
    "SecurityAlarm",
    "Shutdown",
    "StopAssistance"
  ]
}