Adyen · Schema

AchNotificationOfChangeNotificationRequestData

PaymentsFinancial ServicesFintech

Properties

Name Type Description
notificationOfChange object The Notification of Change information.
pspReference string PSP Reference.
shopperReference string Shopper reference.
View JSON Schema on GitHub

JSON Schema

adyen-achnotificationofchangenotificationrequestdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AchNotificationOfChangeNotificationRequestData",
  "title": "AchNotificationOfChangeNotificationRequestData",
  "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"
  ],
  "type": "object"
}