Mews · Schema

Payment terminal command data

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
PaymentTerminalId string Identifier of the payment terminal.
CustomerId string
AccountId string Unique identifier of the account.
FullName string
BillId string Identifier of the bill.
PaymentId string Identifier of the `Payment`.
PreauthorizationId string Identifier of the `Preauthorization`.
Amount object Amount to be processed.
Fee object Payment fee to be processed.
PaymentTerminalData string Custom JSON data.
AccountData object Account data for the payment terminal command.
View JSON Schema on GitHub

JSON Schema

mews-paymentterminalcommanddata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentTerminalCommandData",
  "title": "Payment terminal command data",
  "required": [
    "AccountData",
    "AccountId",
    "Amount",
    "CustomerId",
    "PaymentTerminalId"
  ],
  "type": "object",
  "allOf": [
    {
      "$ref": "#/components/schemas/DeviceCommandData"
    }
  ],
  "properties": {
    "PaymentTerminalId": {
      "minLength": 1,
      "type": "string",
      "description": "Identifier of the payment terminal."
    },
    "CustomerId": {
      "type": "string",
      "format": "uuid",
      "deprecated": true,
      "x-deprecatedMessage": "Use `AccountId` instead."
    },
    "AccountId": {
      "type": "string",
      "description": "Unique identifier of the account.",
      "format": "uuid"
    },
    "FullName": {
      "type": "string",
      "nullable": true,
      "deprecated": true,
      "x-deprecatedMessage": "Use `AccountData.Customer.FullName`, if `AccountData.Discriminator` is `Customer`."
    },
    "BillId": {
      "type": "string",
      "description": "Identifier of the bill.",
      "format": "uuid",
      "nullable": true
    },
    "PaymentId": {
      "type": "string",
      "description": "Identifier of the `Payment`.",
      "format": "uuid",
      "nullable": true
    },
    "PreauthorizationId": {
      "type": "string",
      "description": "Identifier of the `Preauthorization`.",
      "format": "uuid",
      "nullable": true
    },
    "Amount": {
      "title": "Extended amount",
      "allOf": [
        {
          "$ref": "#/components/schemas/ExtendedAmount"
        }
      ],
      "description": "Amount to be processed."
    },
    "Fee": {
      "title": "Extended amount",
      "allOf": [
        {
          "$ref": "#/components/schemas/ExtendedAmount"
        }
      ],
      "description": "Payment fee to be processed.",
      "nullable": true
    },
    "PaymentTerminalData": {
      "type": "string",
      "description": "Custom JSON data.",
      "nullable": true
    },
    "AccountData": {
      "title": "Account data for payment terminal command",
      "allOf": [
        {
          "$ref": "#/components/schemas/PaymentTerminalCommandAccountData"
        }
      ],
      "description": "Account data for the payment terminal command."
    }
  },
  "additionalProperties": false,
  "x-schema-id": "PaymentTerminalCommandData"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/mews-paymentterminalcommanddata"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.