CreateAccountRequest is a JSON Structure definition published by Adyen, describing 8 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-create-account-request-structure.json",
"description": "CreateAccountRequest schema from Adyen API",
"type": "object",
"properties": {
"accountHolderCode": {
"description": "The code of Account Holder under which to create 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"
},
"description": {
"x-addedInVersion": "4",
"description": "A description of the account, maximum 256 characters. You can use alphanumeric characters (A-Z, a-z, 0-9), white spaces, and underscores `_`.",
"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 payout schedule of the prospective account.\n>Permitted values: `DEFAULT`, `HOLD`, `DAILY`, `WEEKLY`, `MONTHLY`.",
"enum": [
"BIWEEKLY_ON_1ST_AND_15TH_AT_MIDNIGHT",
"DAILY",
"DAILY_AU",
"DAILY_EU",
"DAILY_SG",
"DAILY_US",
"HOLD",
"MONTHLY",
"WEEKLY",
"WEEKLY_MON_TO_FRI_AU",
"WEEKLY_MON_TO_FRI_EU",
"WEEKLY_MON_TO_FRI_US",
"WEEKLY_ON_TUE_FRI_MIDNIGHT",
"WEEKLY_SUN_TO_THU_AU",
"WEEKLY_SUN_TO_THU_US"
],
"type": "string"
},
"payoutScheduleReason": {
"description": "The reason for the payout schedule choice.\n>Required if the payoutSchedule is `HOLD`.",
"type": "string"
},
"payoutSpeed": {
"x-addedInVersion": "5",
"default": "STANDARD",
"description": "Speed with which payouts for this account are processed. Permitted values: `STANDARD`, `SAME_DAY`.",
"enum": [
"INSTANT",
"SAME_DAY",
"STANDARD"
],
"type": "string"
}
},
"required": [
"accountHolderCode"
],
"name": "CreateAccountRequest"
}
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.