Toast · JSON Structure

Orders Update Payment Request Structure

A wrapper object containing payment fields that you can update.

Type: object Properties: 1
Food ServicePoint of SaleRestaurantsHospitality

UpdatePaymentRequest is a JSON Structure definition published by Toast, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tipAmount

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/toast/refs/heads/main/json-structure/orders-update-payment-request-structure.json",
  "name": "UpdatePaymentRequest",
  "description": "A wrapper object containing payment fields that you can update.\n",
  "type": "object",
  "properties": {
    "tipAmount": {
      "description": "The amount tipped on a payment.\n",
      "type": "double",
      "example": 3.25
    }
  }
}