Toast · Example Payload

Orders Applied Service Charge Example

Food ServicePoint of SaleRestaurantsHospitality

Orders Applied Service Charge Example is an example object payload from Toast, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

chargeAmountchargeTypenamedeliverytakeoutdineIngratuitytaxableappliedTaxesserviceChargeCalculationserviceChargeCategorypaymentGuid

Example Payload

Raw ↑
{
  "chargeAmount": 45.18,
  "chargeType": "PERCENT",
  "name": "Sample Name",
  "delivery": false,
  "takeout": false,
  "dineIn": false,
  "gratuity": false,
  "taxable": false,
  "appliedTaxes": [
    "sample-appliedTaxes_item"
  ],
  "serviceChargeCalculation": "POST_DISCOUNT",
  "serviceChargeCategory": "CASH_ROUNDING",
  "paymentGuid": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}