Adyen · JSON Structure

Accounts Update Payout Schedule Request Structure

UpdatePayoutScheduleRequest schema from Adyen API

Type: object Properties: 3 Required: 1
PaymentsFinancial-ServicesFintech

UpdatePayoutScheduleRequest is a JSON Structure definition published by Adyen, describing 3 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

action reason schedule

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/accounts-update-payout-schedule-request-structure.json",
  "description": "UpdatePayoutScheduleRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "action": {
      "description": "Direction on how to handle any payouts that have already been scheduled.\nPermitted values:\n* `CLOSE` will close the existing batch of payouts.\n* `UPDATE` will reschedule the existing batch to the new schedule.\n* `NOTHING` (**default**) will allow the payout to proceed.",
      "enum": [
        "CLOSE",
        "NOTHING",
        "UPDATE"
      ],
      "type": "string"
    },
    "reason": {
      "description": "The reason for the payout schedule update.\n> This field is required when the `schedule` parameter is set to `HOLD`.",
      "type": "string"
    },
    "schedule": {
      "description": "The payout schedule to which the account is to be updated.\nPermitted values: `DAILY`, `DAILY_US`, `DAILY_EU`, `DAILY_AU`, `DAILY_SG`, `WEEKLY`, `WEEKLY_ON_TUE_FRI_MIDNIGHT`, `BIWEEKLY_ON_1ST_AND_15TH_AT_MIDNIGHT`, `MONTHLY`, `HOLD`.\n`HOLD` will prevent scheduled payouts from happening but will still allow manual payouts to occur.",
      "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"
    }
  },
  "required": [
    "schedule"
  ],
  "name": "UpdatePayoutScheduleRequest"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/accounts-update-payout-schedule-request-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.