Adyen · Schema

LogoutResponse

It conveys the result of the Logout. Content of the Logout Response message.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
Response object
View JSON Schema on GitHub

JSON Schema

adyen-logoutresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LogoutResponse",
  "title": "LogoutResponse",
  "type": "object",
  "description": "It conveys the result of the Logout. Content of the Logout Response message.",
  "properties": {
    "Response": {
      "$ref": "#/components/schemas/Response"
    }
  },
  "required": [
    "Response"
  ]
}