Adyen · JSON Structure

Webhooks Ach Notification Of Change Notification Request Data Noc Structure

AchNotificationOfChangeNotificationRequestDataNoc schema from Adyen API

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

newBankAccountNumber newBankAccountType newBranchCode reasonCode

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-noc-structure.json",
  "description": "AchNotificationOfChangeNotificationRequestDataNoc schema from Adyen API",
  "type": "object",
  "properties": {
    "newBankAccountNumber": {
      "description": "New bank account number.",
      "type": "string"
    },
    "newBankAccountType": {
      "description": "New bank account type.\n\nPossible values:\n*  **Savings**\n*  **Checking**\n\n",
      "enum": [
        "Checking",
        "Savings"
      ],
      "type": "string"
    },
    "newBranchCode": {
      "description": "New branch code.",
      "type": "string"
    },
    "reasonCode": {
      "description": "Notification of Change reason code.\n\nPossible values:\n*  **C01** : Incorrect bank account number.\n*  **C02** : Incorrect transit/routing number.\n*  **C03** : Incorrect transit/routing number and bank account number.\n*  **C04** : Bank account name change.\n*  **C05** : Incorrect payment code.\n*  **C06** : Incorrect bank account number and transit code.\n*  **C07** : Incorrect transit/routing number, bank account number and payment code.\n*  **C09** : Incorrect individual ID number.\n*  **C10** : Incorrect company name.\n*  **C11** : Incorrect company identification.\n*  **C12** : Incorrect company name and company ID.\n\n",
      "enum": [
        "C01",
        "C02",
        "C03",
        "C04",
        "C05",
        "C06",
        "C07",
        "C09",
        "C10",
        "C11",
        "C12"
      ],
      "type": "string"
    }
  },
  "required": [
    "reasonCode"
  ],
  "name": "AchNotificationOfChangeNotificationRequestDataNoc"
}