Skip to main content

GetCheck

Introduction

The getCheck endpoint returns all open dine-in receipts for the current day.

important Note
  • It does not return receipts on accounts in Trial Mode. This is because Trial Mode does not write receipts to the financial backend.

  • It will only return receipts created within the past 15 hours. Any receipts still open after 15 hours old will not be returned.


Example Response

[
{
"clientCount": 2,
"uuid": "1e34b01a-1db3-483e-a703-ddcb5c28effb",
"openDate": "2023-04-17T19:37:35.498+0000",
"paidAmount": "0.00",
"serviceCharge": "0.00",
"name": "floor plan test, Table 1",
"currentAmount": "8.05",
"staffName": "Manager",
"staffId": 14670,
"salesEntries": [
{
"id": 1122107450720542,
"itemName": "Bagel",
"itemSku": "FT1",
"unitAmount": "5.00",
"quantity": 1.0,
"modifiers": [],
"amountWithTax": "5.75",
"amountLessTax": "5.00",
"discountedAmount": "0.00",
"grossUnitAmount": "5.00",
"timeOfTransactionUtc": "2023-04-17T19:37:42.125+0000",
"active": true,
"subLineItems": [
{
"id": 1122107450720543,
"itemName": "Cream Cheese",
"itemSku": "29",
"unitAmount": "2.00",
"quantity": 1.0,
"modifiers": [],
"amountWithTax": "2.30",
"amountLessTax": "2.00",
"discountedAmount": "0.00",
"grossUnitAmount": "2.00",
"timeOfTransactionUtc": "2023-04-17T19:37:49.411+0000",
"active": true,
"subLineItems": [],
"taxIncluded": true
}
],
"taxIncluded": true
}
],
"paymentEntries": [],
"ikaccountId": "A65315.21",
"tableNumber": 1,
"posId": 65315
}
]