ItsaCheckmate · Example Payload

Marketplace Api Order Confirmation Example

RestaurantPoint Of SaleOnline OrderingDeliveryMenusOrdersIntegration

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

Top-level fields

order_idexternal_idstatuspos_reference

Example Payload

Raw ↑
{
  "order_id": "id_500123",
  "external_id": "id_500123",
  "status": "accepted",
  "pos_reference": "TOAST-A1B2C3"
}