# Get Single Check **GET /o/op/1/order/accounts/{accountIdentifier}** Returns a check based on the Account Identifier. ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **accountIdentifier** (string) The ID of the account being requested. (ex: A78094.69) #### Query parameters - **businessLocationId** (integer(int64)) The unique identifier for the business location. ## Responses ### 200: The account requested. #### Body Parameters: application/json (object) - **clientCount** (integer(int32)) The number of guests at the table. - **identifier** (string) - **uuid** (string) The account uuid. - **openDate** (string(date-time)) The date this account was opened in UTC. - **closeDate** (string(date-time)) The date this account was closed in UTC. - **paidAmount** (number) The total of all payments on the check. - **serviceCharge** (number) The service charge applied to the check. - **name** (string) The check name. - **currentAmount** (number) The current total amount on the check. - **staffName** (string) The name of the staff member assigned to the check. - **staffId** (integer(int64)) The unique ID of the staff member assigned to the check. - **salesEntries** (array[object]) Collection of check items. - **paymentEntries** (array[object]) Collection of payment entries to the check. - **id** (string) - **ikaccountId** (string) The system-generated account identifier for this check.(Applies to iKentoo V3+). - **number** (integer(int32)) - **tableNumber** (integer(int32)) The table number assigned to the check. - **posId** (integer(int64)) The unique ID of the POS station that processed the check. - **deviceId** (integer(int64)) ### 400: Bad Request #### Body Parameters: application/json (object) - **timestamp** (string(date-time)) The date and time at which the error occurred. - **status** (integer) The HTTP status code associated with the error. - **error** (string) A short description of the HTTP status code meaning. - **message** (string) A human-readable message providing more details about the error. - **path** (string) The request path where the error occurred. ### 404: Not Found #### Body Parameters: application/json (object) - **timestamp** (string(date-time)) The date and time at which the error occurred. - **status** (integer) The HTTP status code associated with the error. - **error** (string) A short description of the HTTP status code meaning. - **message** (string) A human-readable message providing more details about the error. - **path** (string) The request path where the error occurred. [Powered by Bump.sh](https://bump.sh)