Adyen · JSON Structure

Pos Terminal Assign Terminals Response Structure

AssignTerminalsResponse schema from Adyen API

Type: object Properties: 1 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

results

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-response-structure.json",
  "description": "AssignTerminalsResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "results": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "Array that returns a list of the terminals, and for each terminal the result of assigning it to an account or store.\n\nThe results can be: \n\n - `Done`: The terminal has been assigned.\n\n - `AssignmentScheduled`: The terminal will be assigned asynschronously.\n\n - `RemoveConfigScheduled`: The terminal was previously assigned and boarded. Wait for the terminal to synchronize with the Adyen platform. For more information, refer to [Reassigning boarded\nterminals](https://docs.adyen.com/point-of-sale/managing-terminals/assign-terminals#reassign-boarded-terminals).\n\n - `Error`: There was an error when assigning the terminal. ",
      "type": "object"
    }
  },
  "required": [
    "results"
  ],
  "name": "AssignTerminalsResponse"
}