Toast · Example Payload

Restaurants Takeout Payment Options Example

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

cashccSameDayccFutureccInStore

Example Payload

Raw ↑
{
  "cash": false,
  "ccSameDay": true,
  "ccFuture": true,
  "ccInStore": false
}