Adyen · Schema

Message

PaymentsFinancial ServicesFintech

Properties

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

JSON Schema

adyen-message-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Message",
  "title": "Message",
  "properties": {
    "code": {
      "description": "The message code.",
      "type": "string"
    },
    "text": {
      "description": "The message text.",
      "type": "string"
    }
  },
  "type": "object"
}