{ "$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" }