Tock · JSON Structure

Reservation Refund Structure

tockRefund schema from Tock Reservation Model

Type: object Properties: 8
HospitalityReservationsRestaurantWineriesTicketed EventsTakeoutDeliveryExperienceDiningAmerican Express

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

Properties

id amount isDispute status payout processorId processorFeeRefundedCents tockFeeRefundedCents

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/tock/refs/heads/main/json-structure/reservation-refund-structure.json",
  "name": "tockRefund",
  "description": "tockRefund schema from Tock Reservation Model",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "format": "int64",
      "description": "A unique identifier assigned to the refund. Used internally by Tock."
    },
    "amount": {
      "type": "int32",
      "description": "The amount of the original payment that was refunded. This value will always be a positive number."
    },
    "isDispute": {
      "type": "boolean",
      "description": "This field indicates whether this refund was issued because of a lost chargeback dispute."
    },
    "status": {
      "$ref": "reservation-refund-refund-status-schema.json",
      "description": "The current status of the refund within the payment processor that serviced the original payment."
    },
    "payout": {
      "$ref": "reservation-payout-schema.json",
      "description": "The Tock-generated payout that includes this refund as a debit to the business bank account. If the business connects to Tock for payment processing using Stripe this field will not be present."
    },
    "processorId": {
      "type": "string",
      "description": "A unique identifier assigned to the refund by the payment processor indicated by the paymentType."
    },
    "processorFeeRefundedCents": {
      "type": "int64",
      "description": "The amount the of the payment processor fee that was returned as a result of the refund."
    },
    "tockFeeRefundedCents": {
      "type": "int64",
      "description": "The amount of the Tock fee that was returned as a result of the refund."
    }
  }
}

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/reservation-refund-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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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