Adyen · Schema

RepeatedMessageResponse

RepeatedMessageResponse schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
MessageHeader object
RepeatedResponseMessageBody object
View JSON Schema on GitHub

JSON Schema

terminal-repeated-message-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-repeated-message-response-schema.json",
  "title": "RepeatedMessageResponse",
  "description": "RepeatedMessageResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "MessageHeader": {
      "$ref": "#/components/schemas/MessageHeader"
    },
    "RepeatedResponseMessageBody": {
      "$ref": "#/components/schemas/RepeatedResponseMessageBody"
    }
  },
  "required": [
    "MessageHeader",
    "RepeatedResponseMessageBody"
  ]
}