Adyen · Schema
AchNotificationOfChangeNotificationRequestDataNoc
AchNotificationOfChangeNotificationRequestDataNoc schema from Adyen API
PaymentsFinancial-ServicesFintech
Properties
| Name | Type | Description |
|---|---|---|
| newBankAccountNumber | string | New bank account number. |
| newBankAccountType | string | New bank account type. Possible values: * **Savings** * **Checking** |
| newBranchCode | string | New branch code. |
| reasonCode | string | Notification of Change reason code. Possible values: * **C01** : Incorrect bank account number. * **C02** : Incorrect transit/routing number. * **C03** : Incorrect transit/routing number and bank acco |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/webhooks-ach-notification-of-change-notification-request-data-noc-schema.json",
"title": "AchNotificationOfChangeNotificationRequestDataNoc",
"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"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/webhooks-ach-notification-of-change-notification-request-data-noc"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.