---
title: "Get all the payments data associated with a single register."
method: GET
path: "/registers/{register_id}/payments_summary"
tags: ["Registers"]
---

# Get all the payments data associated with a single register.

`GET /registers/{register_id}/payments_summary`

Returns a payload containing payment totals for all payments types defined in the account for a single register.

🔒 Requires: `payments:read` scope

## Path parameters

- `register_id` string, required

## Response `200`

- RegisterPaymentsSummaryResponse
  - `data` RegisterPaymentsSummary
    - `payments` RegisterPaymentSummaryPaymentType[]
      - `payment_type_id` string, uuid — The ID of the Payment Type.
      - `payment_type_name` string — The name of the Payment Type.
      - `total` string — The Total amount for this Payment Type.

---

[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)
