Adyen · JSON Structure

Webhooks Ach Notification Of Change Notification Request Structure

AchNotificationOfChangeNotificationRequest schema from Adyen API

Type: object Properties: 5 Required: 2
PaymentsFinancial ServicesFintech

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

Properties

createdAt data environment type version

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-structure.json",
  "description": "AchNotificationOfChangeNotificationRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "createdAt": {
      "description": "Timestamp for when the webhook was created.",
      "type": "datetime"
    },
    "data": {
      "description": "Contains details of the update.",
      "$ref": "#/components/schemas/AchNotificationOfChangeNotificationRequestData"
    },
    "environment": {
      "description": "The environment from which the webhook originated.\n\nPossible values: **test**, **live**.",
      "type": "string"
    },
    "type": {
      "description": "Type of notification.",
      "type": "string"
    },
    "version": {
      "description": "The version of this webhook type.",
      "type": "string"
    }
  },
  "required": [
    "type",
    "createdAt"
  ],
  "name": "AchNotificationOfChangeNotificationRequest"
}