Adyen · Schema

Account

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
accountCode string The code of the account.
bankAccountUUID string The bankAccountUUID of the bank account held by the account holder to couple the account with. Scheduled payouts in currencies matching the currency of this bank account will be sent to this bank acco
beneficiaryAccount string The beneficiary of the account.
beneficiaryMerchantReference string The reason that a beneficiary has been set up for this account. This may have been supplied during the setup of a beneficiary at the discretion of the executing user.
description string A description of the account.
metadata object A set of key and value pairs for general use by the merchant. The keys do not have specific names and may be used for storing miscellaneous data as desired. > Note that during an update of metadata, t
payoutMethodCode string The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code.
payoutSchedule object The account's payout schedule.
payoutSpeed string Speed with which payouts for this account are processed. Permitted values: `STANDARD`, `SAME_DAY`.
status string The status of the account. Possible values: `Active`, `Inactive`, `Suspended`, `Closed`.
View JSON Schema on GitHub

JSON Schema

adyen-account-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Account",
  "title": "Account",
  "properties": {
    "accountCode": {
      "description": "The code of the account.",
      "type": "string"
    },
    "bankAccountUUID": {
      "x-addedInVersion": "5",
      "description": "The bankAccountUUID of the bank account held by the account holder to couple the account with. Scheduled payouts in currencies matching the currency of this bank account will be sent to this bank account. Payouts in different currencies will be sent to a matching bank account of the account holder.",
      "type": "string"
    },
    "beneficiaryAccount": {
      "description": "The beneficiary of the account.",
      "type": "string"
    },
    "beneficiaryMerchantReference": {
      "description": "The reason that a beneficiary has been set up for this account. This may have been supplied during the setup of a beneficiary at the discretion of the executing user.",
      "type": "string"
    },
    "description": {
      "x-addedInVersion": "4",
      "description": "A description of the account.",
      "type": "string"
    },
    "metadata": {
      "x-addedInVersion": "5",
      "additionalProperties": {
        "type": "string"
      },
      "description": "A set of key and value pairs for general use by the merchant.\nThe keys do not have specific names and may be used for storing miscellaneous data as desired.\n> Note that during an update of metadata, the omission of existing key-value pairs will result in the deletion of those key-value pairs.",
      "type": "object"
    },
    "payoutMethodCode": {
      "x-addedInVersion": "5",
      "description": "The payout method code held by the account holder to couple the account with. Scheduled card payouts will be sent using this payout method code.",
      "type": "string"
    },
    "payoutSchedule": {
      "description": "The account's payout schedule.",
      "$ref": "#/components/schemas/PayoutScheduleResponse"
    },
    "payoutSpeed": {
      "x-addedInVersion": "5",
      "description": "Speed with which payouts for this account are processed. Permitted values: `STANDARD`, `SAME_DAY`.",
      "enum": [
        "INSTANT",
        "SAME_DAY",
        "STANDARD"
      ],
      "type": "string"
    },
    "status": {
      "x-addedInVersion": "4",
      "description": "The status of the account. Possible values: `Active`, `Inactive`, `Suspended`, `Closed`.",
      "type": "string"
    }
  },
  "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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/adyen-account"
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.