Adyen · JSON Structure

Notifications Notification Error Container Structure

NotificationErrorContainer schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

errorCode message

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/notifications-notification-error-container-structure.json",
  "description": "NotificationErrorContainer schema from Adyen API",
  "type": "object",
  "properties": {
    "errorCode": {
      "description": "The Adyen code that is mapped to the error message.",
      "type": "string"
    },
    "message": {
      "description": "A short explanation of the issue.",
      "type": "string"
    }
  },
  "name": "NotificationErrorContainer"
}