Mews · Schema

Payment request parameters

HospitalityHotelsPMSProperty Management

Properties

Name Type Description
AccountId string Unique identifier of the `Customer` account to which the payment request is issued.
Amount object Amount of the payment request.
Type object
Reason object
ExpirationUtc string Date and time of the payment request's expiration in ISO 8601 format.
Description string Description of the payment request.
Notes string Payment request's notes.
ReservationId string Unique identifier of the `Reservation` the payment request belongs to.
BillId string Unique identifier of the `Bill` the payment request is linked to.
View JSON Schema on GitHub

JSON Schema

mews-paymentrequestaddparameters-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaymentRequestAddParameters",
  "title": "Payment request parameters",
  "required": [
    "AccountId",
    "Amount",
    "Description",
    "ExpirationUtc",
    "Reason",
    "Type"
  ],
  "type": "object",
  "properties": {
    "AccountId": {
      "type": "string",
      "description": "Unique identifier of the `Customer` account to which the payment request is issued.",
      "format": "uuid"
    },
    "Amount": {
      "title": "Currency value (ver 2023-02-02)",
      "allOf": [
        {
          "$ref": "#/components/schemas/CurrencyValue"
        }
      ],
      "description": "Amount of the payment request."
    },
    "Type": {
      "$ref": "#/components/schemas/PaymentRequestType"
    },
    "Reason": {
      "$ref": "#/components/schemas/PaymentRequestReason"
    },
    "ExpirationUtc": {
      "minLength": 1,
      "type": "string",
      "description": "Date and time of the payment request's expiration in ISO 8601 format.",
      "format": "date-time"
    },
    "Description": {
      "maxLength": 1000,
      "minLength": 1,
      "type": "string",
      "description": "Description of the payment request."
    },
    "Notes": {
      "maxLength": 1000,
      "type": "string",
      "description": "Payment request's notes.",
      "nullable": true
    },
    "ReservationId": {
      "type": "string",
      "description": "Unique identifier of the `Reservation` the payment request belongs to.",
      "format": "uuid",
      "nullable": true
    },
    "BillId": {
      "type": "string",
      "description": "Unique identifier of the `Bill` the payment request is linked to.",
      "format": "uuid",
      "nullable": true
    }
  },
  "additionalProperties": false,
  "x-schema-id": "PaymentRequestAddParameters"
}

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-paymentrequestaddparameters"
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.