Adyen · Schema

CreateAccountResponse

CreateAccountResponse schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
accountCode string The code of the new account.
accountHolderCode string The code of the account holder.
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
description string The description of the account.
invalidFields array A list of fields that caused the `/createAccount` request to fail.
metadata object A set of key and value pairs containing metadata.
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 payout schedule of the account.
payoutSpeed string Speed with which payouts for this account are processed. Permitted values: `STANDARD`, `SAME_DAY`.
pspReference string The reference of a request. Can be used to uniquely identify the request.
resultCode string The result code.
status string The status of the account. >Permitted values: `Active`.
View JSON Schema on GitHub

JSON Schema

accounts-create-account-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/accounts-create-account-response-schema.json",
  "title": "CreateAccountResponse",
  "description": "CreateAccountResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "accountCode": {
      "description": "The code of the new account.",
      "type": "string"
    },
    "accountHolderCode": {
      "description": "The code of the account holder.",
      "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"
    },
    "description": {
      "x-addedInVersion": "4",
      "description": "The description of the account.",
      "type": "string"
    },
    "invalidFields": {
      "x-addedInVersion": "5",
      "description": "A list of fields that caused the `/createAccount` request to fail.",
      "items": {
        "$ref": "#/components/schemas/ErrorFieldType"
      },
      "type": "array"
    },
    "metadata": {
      "x-addedInVersion": "5",
      "additionalProperties": {
        "type": "string"
      },
      "description": "A set of key and value pairs containing metadata.",
      "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 payout schedule of the account.",
      "$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"
    },
    "pspReference": {
      "description": "The reference of a request. Can be used to uniquely identify the request.",
      "type": "string"
    },
    "resultCode": {
      "description": "The result code.",
      "type": "string"
    },
    "status": {
      "x-addedInVersion": "2",
      "description": "The status of the account.\n>Permitted values: `Active`.",
      "enum": [
        "Active",
        "Closed",
        "Inactive",
        "Suspended"
      ],
      "type": "string"
    }
  }
}

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/accounts-create-account-response"
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 email required.

A second provider on the same verified email joins the account you already have.