Adyen · JSON Structure

Pos Terminal Find Terminal Response Structure

FindTerminalResponse schema from Adyen API

Type: object Properties: 5 Required: 2
PaymentsFinancial-ServicesFintech

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

Properties

companyAccount merchantAccount merchantInventory store terminal

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/pos-terminal-find-terminal-response-structure.json",
  "description": "FindTerminalResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "companyAccount": {
      "description": "The company account that the terminal is associated with. If this is the only account level shown in the response, the terminal is assigned to the inventory of the company account.",
      "type": "string"
    },
    "merchantAccount": {
      "description": "The merchant account that the terminal is associated with. If the response doesn't contain a `store` the terminal is assigned to this merchant account.",
      "type": "string"
    },
    "merchantInventory": {
      "description": "Boolean that indicates if the terminal is assigned to the merchant inventory. This is returned when the terminal is assigned to a merchant account.\n\n- If **true**, this indicates that the terminal is in the merchant inventory. This also means that the terminal cannot be boarded.\n\n- If **false**, this indicates that the terminal is assigned to the merchant account as an in-store terminal. This means that the terminal is ready to be boarded, or is already boarded.",
      "type": "boolean"
    },
    "store": {
      "description": "The store code of the store that the terminal is assigned to.",
      "type": "string"
    },
    "terminal": {
      "description": "The unique terminal ID.",
      "type": "string"
    }
  },
  "required": [
    "companyAccount",
    "terminal"
  ],
  "name": "FindTerminalResponse"
}

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/pos-terminal-find-terminal-response-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.