Adyen · JSON Structure

Management Terminal Reassignment Target Structure

TerminalReassignmentTarget schema from Adyen API

Type: object Properties: 4 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

companyId inventory merchantId storeId

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/management-terminal-reassignment-target-structure.json",
  "description": "TerminalReassignmentTarget schema from Adyen API",
  "type": "object",
  "properties": {
    "companyId": {
      "description": "The unique identifier of the company account to which the terminal is reassigned.",
      "type": "string"
    },
    "inventory": {
      "description": "Indicates if the terminal is reassigned to the inventory of the merchant account.\n- If **true**, the terminal is in the inventory of the merchant account and cannot process transactions.\n- If **false**, the terminal is reassigned directly to the merchant account and can process transactions.",
      "type": "boolean"
    },
    "merchantId": {
      "description": "The unique identifier of the merchant account to which the terminal is reassigned.",
      "type": "string"
    },
    "storeId": {
      "description": "The unique identifier of the store to which the terminal is reassigned.",
      "type": "string"
    }
  },
  "required": [
    "inventory"
  ],
  "name": "TerminalReassignmentTarget"
}