Adyen · JSON Structure

Terminal Repeated Response Message Body Structure

RepeatedResponseMessageBody schema from Adyen API

Type: object Properties: 6
PaymentsFinancial ServicesFintech

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

Properties

LoyaltyResponse PaymentResponse ReversalResponse StoredValueResponse CardAcquisitionResponse CardReaderAPDUResponse

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-repeated-response-message-body-structure.json",
  "description": "RepeatedResponseMessageBody schema from Adyen API",
  "type": "object",
  "properties": {
    "LoyaltyResponse": {
      "$ref": "#/components/schemas/LoyaltyResponse"
    },
    "PaymentResponse": {
      "$ref": "#/components/schemas/PaymentResponse"
    },
    "ReversalResponse": {
      "$ref": "#/components/schemas/ReversalResponse"
    },
    "StoredValueResponse": {
      "$ref": "#/components/schemas/StoredValueResponse"
    },
    "CardAcquisitionResponse": {
      "$ref": "#/components/schemas/CardAcquisitionResponse"
    },
    "CardReaderAPDUResponse": {
      "$ref": "#/components/schemas/CardReaderAPDUResponse"
    }
  },
  "name": "RepeatedResponseMessageBody"
}