---
title: "Store Credit balance of a customer"
method: GET
path: "/store_credits/{customerId}/balance"
tags: ["Store Credits"]
---

# Store Credit balance of a customer

`GET /store_credits/{customerId}/balance`

Returns a balance for the given customer id.

🔒 Requires: `store_credits:read` scope

## Path parameters

- `customerId` string, uuid, required

## Response `200`

The store credit details for the given customer.

- StoreCreditCustomerBalance — The store credit balance and statistics for the customer
  - `balance` number, double — The customers store credit balance.
  - `customer_id` string — The customers public id.
  - `total_credit_issued` number, double — Total amount of store credit issued to this customer.
  - `total_credit_redeemed` number, double — Total amount of store credit spent by this customer.

## Other responses

- `404` — The given customer not found.

---

[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/versions/72d4ceb46dbb/schema)
