Tock · Schema

tockTockPayment

tockTockPayment schema from Tock Reservation Model

HospitalityReservationsRestaurantWineriesTicketed EventsTakeoutDeliveryExperienceDiningAmerican Express

Properties

Name Type Description
id string A unique identifier assigned to the payment. Used internally by Tock.
amount integer The amount of the reservation that was paid using the paymentType.
payout object The Tock-generated payout that includes this payment as a credit to the business bank account. If the business connects to Tock for payment processing using Stripe this field will not be present.
paymentType object The form of payment used for this portion of total price on the reservation.
processorId string A unique identifier assigned to the payment by the payment processor indicated by the paymentType.
processorFeeCents integer The amount the payment processor kept from the payment to perform the service.
tockFeeCents integer The fee that Tock kept from the payment to perform the service.
View JSON Schema on GitHub

JSON Schema

reservation-tock-payment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tock/refs/heads/main/json-schema/reservation-tock-payment-schema.json",
  "title": "tockTockPayment",
  "description": "tockTockPayment schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "A unique identifier assigned to the payment. Used internally by Tock."
    },
    "amount": {
      "type": "integer",
      "format": "int32",
      "description": "The amount of the reservation that was paid using the paymentType."
    },
    "payout": {
      "$ref": "reservation-payout-schema.json",
      "description": "The Tock-generated payout that includes this payment as a credit to the business bank account. If the business connects to Tock for payment processing using Stripe this field will not be present."
    },
    "paymentType": {
      "$ref": "reservation-payment-type-schema.json",
      "description": "The form of payment used for this portion of total price on the reservation."
    },
    "processorId": {
      "type": "string",
      "description": "A unique identifier assigned to the payment by the payment processor indicated by the paymentType."
    },
    "processorFeeCents": {
      "type": "integer",
      "format": "int64",
      "description": "The amount the payment processor kept from the payment to perform the service."
    },
    "tockFeeCents": {
      "type": "integer",
      "format": "int64",
      "description": "The fee that Tock kept from the payment to perform the service."
    }
  }
}

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/reservation-tock-payment"
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.