Toast · JSON Structure

Restaurants Payment Options Structure

Information about the forms of payment that the restaurant will accept for orders.

Type: object Properties: 3
Food ServicePoint of SaleRestaurantsHospitality

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

Properties

delivery takeout ccTip

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/restaurants-payment-options-structure.json",
  "name": "PaymentOptions",
  "description": "Information about the forms of payment that the restaurant will\naccept for orders.\n",
  "type": "object",
  "properties": {
    "delivery": {
      "$ref": "#/definitions/DeliveryPaymentOptions"
    },
    "takeout": {
      "$ref": "#/definitions/TakeoutPaymentOptions"
    },
    "ccTip": {
      "type": "boolean",
      "description": "enables credit card tips"
    }
  }
}