Adyen · Schema

RepeatedResponseMessageBody

RepeatedResponseMessageBody schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
LoyaltyResponse object
PaymentResponse object
ReversalResponse object
StoredValueResponse object
CardAcquisitionResponse object
CardReaderAPDUResponse object
View JSON Schema on GitHub

JSON Schema

terminal-repeated-response-message-body-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-response-message-body-schema.json",
  "title": "RepeatedResponseMessageBody",
  "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"
    }
  }
}