Adyen · Schema

Store

Store schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
address object The address of the store.
description string The description of the store.
inStoreTerminals array The list of terminals assigned to the store.
merchantAccountCode string The code of the merchant account.
status string The status of the store: - `PreActive`: the store has been created, but not yet activated. - `Active`: the store has been activated. This means you can process payments for this store. - `Inactive`: t
store string The code of the store.
View JSON Schema on GitHub

JSON Schema

pos-terminal-store-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/pos-terminal-store-schema.json",
  "title": "Store",
  "description": "Store schema from Adyen API",
  "type": "object",
  "properties": {
    "address": {
      "description": "The address of the store.",
      "$ref": "#/components/schemas/Address"
    },
    "description": {
      "description": "The description of the store.",
      "type": "string"
    },
    "inStoreTerminals": {
      "description": "The list of terminals assigned to the store.",
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "merchantAccountCode": {
      "description": "The code of the merchant account.",
      "type": "string"
    },
    "status": {
      "description": "The status of the store:\n\n- `PreActive`: the store has been created, but not yet activated. \n\n- `Active`: the store has been activated. This means you can process payments for this store. \n\n- `Inactive`: the store is currently not active. \n\n- `InactiveWithModifications`: the store is currently not active, but payment modifications such as refunds are possible. \n\n- `Closed`: the store has been closed. ",
      "type": "string"
    },
    "store": {
      "description": "The code of the store.",
      "type": "string"
    }
  },
  "required": [
    "store"
  ]
}

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/pos-terminal-store"
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.