---
title: "Bulk Store Credit customers balances"
method: POST
path: "/store_credits/balances-bulk"
tags: ["Store Credits"]
---

# Bulk Store Credit customers balances

`POST /store_credits/balances-bulk`

Returns all the store credit customers in a store with their store credit balance.

🔒 Requires: `store_credits:read` scope

## Request body

- string[]

## Response `200`

A list of customers with associated store credit balances.

- StoreCreditBalancesBulkResponse — The fields returned by the store_credit /store_credits/balances-bulk
  - `data` StoreCreditCustomerBalance[], required — An array of Store Credit Customer balances
    - `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.

---

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