Adyen · Schema

NotificationErrorContainer

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

adyen-notificationerrorcontainer-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NotificationErrorContainer",
  "title": "NotificationErrorContainer",
  "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"
    }
  },
  "type": "object"
}