Properties
| Name | Type | Description |
|---|---|---|
| accountHolderCode | string | The code of the account holder. |
| amount | object | The amount to be debited from the account holder's bank account. |
| bankAccountUUID | string | The Adyen-generated unique alphanumeric identifier (UUID) of the account holder's bank account. |
| description | string | A description of the direct debit. Maximum length: 35 characters. Allowed characters: **a-z**, **A-Z**, **0-9**, and special characters **/?:().,'+ ";**. |
| merchantAccount | string | Your merchant account. |
| splits | array | Contains instructions on how to split the funds between the accounts in your platform. The request must have at least one split item. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/DebitAccountHolderRequest",
"title": "DebitAccountHolderRequest",
"properties": {
"accountHolderCode": {
"description": "The code of the account holder.",
"type": "string"
},
"amount": {
"description": "The amount to be debited from the account holder's bank account.",
"$ref": "#/components/schemas/Amount"
},
"bankAccountUUID": {
"description": "The Adyen-generated unique alphanumeric identifier (UUID) of the account holder's bank account.",
"type": "string"
},
"description": {
"description": "A description of the direct debit. Maximum length: 35 characters.\n\nAllowed characters: **a-z**, **A-Z**, **0-9**, and special characters **/?:().,'+ \";**.",
"maxLength": 35,
"type": "string"
},
"merchantAccount": {
"description": "Your merchant account.",
"type": "string"
},
"splits": {
"description": "Contains instructions on how to split the funds between the accounts in your platform. The request must have at least one split item.",
"items": {
"$ref": "#/components/schemas/Split"
},
"type": "array"
}
},
"required": [
"accountHolderCode",
"bankAccountUUID",
"amount",
"splits",
"merchantAccount"
],
"type": "object"
}
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/adyen-debitaccountholderrequest"
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.