Adyen · JSON Structure

Management Terminal Order Structure

TerminalOrder schema from Adyen API

Type: object Properties: 8
PaymentsFinancial-ServicesFintech

TerminalOrder is a JSON Structure definition published by Adyen, describing 8 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

billingEntity customerOrderReference id items orderDate shippingLocation status trackingUrl

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-order-structure.json",
  "description": "TerminalOrder schema from Adyen API",
  "type": "object",
  "properties": {
    "billingEntity": {
      "description": "The details of the entity that the order is billed to.",
      "$ref": "#/components/schemas/BillingEntity"
    },
    "customerOrderReference": {
      "description": "The merchant-defined purchase order number. This will be printed on the packing list.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the order.",
      "type": "string"
    },
    "items": {
      "description": "The products included in the order.",
      "items": {
        "$ref": "#/components/schemas/OrderItem"
      },
      "type": "array"
    },
    "orderDate": {
      "description": "The date and time that the order was placed, in UTC ISO 8601 format. For example, \"2011-12-03T10:15:30Z\".",
      "type": "string"
    },
    "shippingLocation": {
      "description": "The details of the location where the order is shipped to.",
      "$ref": "#/components/schemas/ShippingLocation"
    },
    "status": {
      "description": "The processing status of the order.",
      "type": "string"
    },
    "trackingUrl": {
      "description": "The URL, provided by the carrier company, where the shipment can be tracked.",
      "type": "string"
    }
  },
  "name": "TerminalOrder"
}

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/management-terminal-order-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 email required.

A second provider on the same verified email joins the account you already have.