Toast · Example Payload

Orders Payment Example

Food ServicePoint of SaleRestaurantsHospitality

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

Top-level fields

paidDatepaidBusinessDatetypecardEntryModeamounttipAmountamountTenderedcardTypefirst6Digitslast4DigitsoriginalProcessingFeerefundStatuspaymentStatus

Example Payload

Raw ↑
{
  "paidDate": "2025-03-15T14:30:00Z",
  "paidBusinessDate": 48,
  "type": "GIFTCARD",
  "cardEntryMode": "SAVED_CARD",
  "amount": 61.54,
  "tipAmount": 18.57,
  "amountTendered": 29.68,
  "cardType": "WRIGHT_EXPRESS",
  "first6Digits": "sample-first6Digits",
  "last4Digits": "sample-last4Digits",
  "originalProcessingFee": 16.65,
  "refundStatus": "FULL",
  "paymentStatus": "ERROR_NETWORK"
}