Adyen · Schema

Message

Message schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
code string The message code.
text string The message text.
View JSON Schema on GitHub

JSON Schema

notifications-message-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-message-schema.json",
  "title": "Message",
  "description": "Message schema from Adyen API",
  "type": "object",
  "properties": {
    "code": {
      "description": "The message code.",
      "type": "string"
    },
    "text": {
      "description": "The message text.",
      "type": "string"
    }
  }
}