Adyen · Schema

NotificationErrorContainer

NotificationErrorContainer schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
errorCode string The Adyen code that is mapped to the error message.
message string A short explanation of the issue.
View JSON Schema on GitHub

JSON Schema

notifications-notification-error-container-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/notifications-notification-error-container-schema.json",
  "title": "NotificationErrorContainer",
  "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"
    }
  }
}