Adyen · JSON Structure

Pos Terminal Assign Terminals Request Structure

AssignTerminalsRequest schema from Adyen API

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

AssignTerminalsRequest 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 terminals

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-assign-terminals-request-structure.json",
  "description": "AssignTerminalsRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "companyAccount": {
      "description": "Your company account. To return terminals to the company inventory, specify only this parameter and the `terminals`.",
      "type": "string"
    },
    "merchantAccount": {
      "description": "Name of the merchant account. Specify this parameter to assign terminals to this merchant account or to a store under this merchant account.",
      "type": "string"
    },
    "merchantInventory": {
      "description": "Boolean that indicates if you are assigning the terminals to the merchant inventory. Do not use when assigning terminals to a store. Required when assigning the terminal to a merchant account.\n\n- Set this to **true** to assign the terminals to the merchant inventory. This also means that the terminals cannot be boarded.\n\n- Set this to **false** to assign the terminals to the merchant account as in-store terminals. This makes the terminals ready to be boarded and to process payments through the specified merchant account.",
      "type": "boolean"
    },
    "store": {
      "description": "The store code of the store that you want to assign the terminals to.",
      "type": "string"
    },
    "terminals": {
      "description": "Array containing a list of terminal IDs that you want to assign or reassign to the merchant account or store, or that you want to return to the company inventory.\n\nFor example, `[\"V400m-324689776\",\"P400Plus-329127412\"]`.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "required": [
    "companyAccount",
    "terminals"
  ],
  "name": "AssignTerminalsRequest"
}

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-assign-terminals-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.