Restaurant Brands International · Example Payload

Channel Commit Order Example

Fortune 500FranchisingHospitalityNYSE QSRQuick Service RestaurantsRestaurants

Channel Commit Order Example is an example object payload from Restaurant Brands International, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

chargesmpfOrderIdpaymentMethodfireOrderInSecondsreadyInSeconds

Example Payload

Raw ↑
{
  "charges": {
    "tax": {},
    "mpfTax": {},
    "subTotal": {},
    "total": {},
    "fees": {}
  },
  "mpfOrderId": "123456789",
  "paymentMethod": "APPLE_PAY",
  "fireOrderInSeconds": 600,
  "readyInSeconds": 600
}