Toast · Example Payload

Restaurants Payment Options Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

Restaurants Payment Options Example is an example object payload from Toast, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

deliverytakeoutccTip

Example Payload

Raw ↑
{
  "delivery": {
    "cash": true,
    "ccSameDay": true,
    "ccFuture": true
  },
  "takeout": {
    "cash": true,
    "ccSameDay": true,
    "ccFuture": true,
    "ccInStore": true
  },
  "ccTip": true
}