ItsaCheckmate · Example Payload

Marketplace Api Order Totals Example

RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

Marketplace Api Order Totals Example is an example object payload from ItsaCheckmate, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subtotaltaxtotal

Example Payload

Raw ↑
{
  "subtotal": 1099,
  "tax": 1099,
  "total": 1099
}