Adyen · JSON Structure

Management Nexo Structure

Nexo schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

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

Properties

displayUrls encryptionKey eventUrls nexoEventUrls notification

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/management-nexo-structure.json",
  "description": "Nexo schema from Adyen API",
  "type": "object",
  "properties": {
    "displayUrls": {
      "description": "The list of local and public URLs to send display notifications to when using Terminal API.",
      "$ref": "#/components/schemas/NotificationUrl"
    },
    "encryptionKey": {
      "description": "The key you share with Adyen to secure local communications when using Terminal API.",
      "$ref": "#/components/schemas/Key"
    },
    "eventUrls": {
      "description": "The list of local and public URLs to send event notifications to when using Terminal API.",
      "$ref": "#/components/schemas/EventUrl"
    },
    "nexoEventUrls": {
      "deprecated": true,
      "x-deprecatedInVersion": "1",
      "x-deprecatedMessage": "Use `eventUrls` instead.",
      "description": "One or more URLs to send event messages to when using Terminal API.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "notification": {
      "description": "Configures sending event notifications by pressing a button on a terminal, for example used for pay-at-table.",
      "$ref": "#/components/schemas/Notification"
    }
  },
  "name": "Nexo"
}