Adyen · JSON Structure

Notifications Account Payout State Structure

AccountPayoutState schema from Adyen API

Type: object Properties: 6
PaymentsFinancial-ServicesFintech

AccountPayoutState is a JSON Structure definition published by Adyen, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

allowPayout disableReason disabled notAllowedReason payoutLimit tierNumber

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/notifications-account-payout-state-structure.json",
  "description": "AccountPayoutState schema from Adyen API",
  "type": "object",
  "properties": {
    "allowPayout": {
      "description": "Indicates whether payouts are allowed. This field is the overarching payout status, and is the aggregate of multiple conditions (e.g., KYC status, disabled flag, etc). If this field is false, no payouts will be permitted for any of the account holder's accounts. If this field is true, payouts will be permitted for any of the account holder's accounts.",
      "type": "boolean"
    },
    "disableReason": {
      "description": "The reason why payouts (to all of the account holder's accounts) have been disabled (by the platform). If the `disabled` field is true, this field can be used to explain why.",
      "type": "string"
    },
    "disabled": {
      "description": "Indicates whether payouts have been disabled (by the platform) for all of the account holder's accounts. A platform may enable and disable this field at their discretion. If this field is true, `allowPayout` will be false and no payouts will be permitted for any of the account holder's accounts. If this field is false, `allowPayout` may or may not be enabled, depending on other factors.",
      "type": "boolean"
    },
    "notAllowedReason": {
      "x-addedInVersion": "5",
      "description": "The reason why payouts (to all of the account holder's accounts) have been disabled (by Adyen). If payouts have been disabled by Adyen, this field will explain why. If this field is blank, payouts have not been disabled by Adyen.",
      "type": "string"
    },
    "payoutLimit": {
      "description": "The maximum amount that payouts are limited to. Only applies if payouts are allowed but limited.",
      "$ref": "#/components/schemas/Amount"
    },
    "tierNumber": {
      "x-addedInVersion": "3",
      "description": "The payout tier that the account holder occupies.",
      "type": "int32"
    }
  },
  "name": "AccountPayoutState"
}

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/notifications-account-payout-state-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.