Adyen · JSON Structure

Management Notification Url Structure

NotificationUrl schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

localUrls publicUrls

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-notification-url-structure.json",
  "description": "NotificationUrl schema from Adyen API",
  "type": "object",
  "properties": {
    "localUrls": {
      "description": "One or more local URLs to send notifications to when using Terminal API.",
      "items": {
        "$ref": "#/components/schemas/Url"
      },
      "type": "array"
    },
    "publicUrls": {
      "description": "One or more public URLs to send notifications to when using Terminal API.",
      "items": {
        "$ref": "#/components/schemas/Url"
      },
      "type": "array"
    }
  },
  "name": "NotificationUrl"
}