Adyen · Schema

AccountProcessingState

AccountProcessingState schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
disableReason string The reason why processing has been disabled.
disabled boolean Indicates whether the processing of payments is allowed.
processedFrom object The lower bound of the processing tier (i.e., an account holder must have processed at least this amount of money in order to be placed into this tier).
processedTo object The upper bound of the processing tier (i.e., an account holder must have processed less than this amount of money in order to be placed into this tier).
tierNumber integer The processing tier that the account holder occupies.
View JSON Schema on GitHub

JSON Schema

accounts-account-processing-state-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-account-processing-state-schema.json",
  "title": "AccountProcessingState",
  "description": "AccountProcessingState schema from Adyen API",
  "type": "object",
  "properties": {
    "disableReason": {
      "description": "The reason why processing has been disabled.",
      "type": "string"
    },
    "disabled": {
      "description": "Indicates whether the processing of payments is allowed.",
      "type": "boolean"
    },
    "processedFrom": {
      "description": "The lower bound of the processing tier (i.e., an account holder must have processed at least this amount of money in order to be placed into this tier).",
      "$ref": "#/components/schemas/Amount"
    },
    "processedTo": {
      "description": "The upper bound of the processing tier (i.e., an account holder must have processed less than this amount of money in order to be placed into this tier).",
      "$ref": "#/components/schemas/Amount"
    },
    "tierNumber": {
      "x-addedInVersion": "3",
      "description": "The processing tier that the account holder occupies.",
      "format": "int32",
      "type": "integer"
    }
  }
}

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-account-processing-state"
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.