Adyen · JSON Structure

Terminal Logout Request Structure

Empty. Content of the Logout Request message.

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

MaintenanceAllowed

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-logout-request-structure.json",
  "description": "Empty. Content of the Logout Request message.",
  "type": "object",
  "properties": {
    "MaintenanceAllowed": {
      "type": "boolean",
      "default": false
    }
  },
  "name": "LogoutRequest"
}