Toast · Example Payload

Orders Refund Example

RestaurantsPoint Of SalePaymentsOnline OrderingDeliveryLoyaltyGift CardsMenusOrdersKitchenLaborSchedulingInventoryHospitalityPartner Integrations

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

Top-level fields

refundAmounttipRefundAmountrefundDaterefundBusinessDaterefundTransaction

Example Payload

Raw ↑
{
  "refundAmount": 1.0,
  "tipRefundAmount": 1.0,
  "refundDate": "2026-06-03T12:00:00.000+0000",
  "refundBusinessDate": "2026-06-03T12:00:00.000+0000",
  "refundTransaction": null
}