Adyen · Schema

DisplayResponse

It conveys the result of the display, parallel to the message request, except if response not required and absent. Content of the Display Response message.

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
OutputResult array
View JSON Schema on GitHub

JSON Schema

adyen-displayresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DisplayResponse",
  "title": "DisplayResponse",
  "type": "object",
  "description": "It conveys the result of the display, parallel to the message request, except if response not required and absent. Content of the Display Response message.",
  "properties": {
    "OutputResult": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OutputResult"
      }
    }
  },
  "required": [
    "OutputResult"
  ]
}