---
title: "Close a single register"
method: PUT
path: "/registers/{register_id}/actions/close"
tags: ["Registers"]
---

# Close a single register

`PUT /registers/{register_id}/actions/close`

Closes a single register with the requested ID.

🔒 Requires: `register:close` `payment_types:read` scopes

## Path parameters

- `register_id` string, required

## Request body

- RegisterCloseRequest
  - `payments` RegisterClosePaymentType[] — An array Register objects wrapped in a top level `data` object.
    - `payment_type_id` string — The ID of the Payment Type.
    - `total` string — The Total amount for this Payment Type.

## Response `200`

- RegisterResponse
  - `data` Register
    - `ask_for_note_on_save` number, double — `0` for **Never**, `1` for **On Save/Layby/Account/Return**, `2` for **Always**.
    - `ask_for_user_on_sale` boolean
    - `button_layout_id` string, nullable — Register ID.
    - `cash_managed_payment_type_id` string, nullable — **internal** The ID of the payment type used for cash management transactions in this regsiter.
    - `deleted_at` string, nullable — Deletion timestamp in UTC.
    - `email_receipt` boolean — Indicates whether a receipt should be emailed after a sale.
    - `id` string — Auto-generated object ID.
    - `invoice_prefix` string — Invoice number prefix.
    - `invoice_sequence` number, double — The numeric part of the last issued invoice.
    - `invoice_suffix` string — Invoice number suffix.
    - `is_open` boolean — Indicates if the Register is currently open.
    - `name` string — The Register name.
    - `outlet_id` string — A valid ID of an Outlet that this register is associated with.
    - `print_note_on_receipt` boolean
    - `print_receipt` boolean — Indicates whether a receipt should be printed after a sale.
    - `receipt_template_id` string — Default receipt template ID used for this register.
    - `register_close_time` string, nullable — Date/time when the register was closed. Null if currently open.
    - `register_open_sequence_id` string, nullable — **internal** The ID of the current register closure object.
    - `register_open_time` string, nullable — Date/time when the register was open. Always in UTC.
    - `show_discounts_on_receipts` boolean
    - `version` integer — Auto-incrementing object version number.

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
