Adyen · Schema

LogoutRequest

Empty. Content of the Logout Request message.

PaymentsFinancial ServicesFintech

Properties

Name Type Description
MaintenanceAllowed boolean
View JSON Schema on GitHub

JSON Schema

adyen-logoutrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogoutRequest",
  "title": "LogoutRequest",
  "type": "object",
  "description": "Empty. Content of the Logout Request message.",
  "properties": {
    "MaintenanceAllowed": {
      "type": "boolean",
      "default": false
    }
  }
}