Adyen · JSON Structure

Webhooks Ach Notification Of Change Notification Request Data Structure

AchNotificationOfChangeNotificationRequestData schema from Adyen API

Type: object Properties: 3 Required: 3
PaymentsFinancial ServicesFintech

AchNotificationOfChangeNotificationRequestData is a JSON Structure definition published by Adyen, describing 3 properties, of which 3 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

notificationOfChange pspReference shopperReference

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/webhooks-ach-notification-of-change-notification-request-data-structure.json",
  "description": "AchNotificationOfChangeNotificationRequestData schema from Adyen API",
  "type": "object",
  "properties": {
    "notificationOfChange": {
      "description": "The Notification of Change information.",
      "$ref": "#/components/schemas/AchNotificationOfChangeNotificationRequestDataNoc"
    },
    "pspReference": {
      "description": "PSP Reference.",
      "type": "string"
    },
    "shopperReference": {
      "description": "Shopper reference.",
      "type": "string"
    }
  },
  "required": [
    "pspReference",
    "shopperReference",
    "notificationOfChange"
  ],
  "name": "AchNotificationOfChangeNotificationRequestData"
}