---
title: "Get Customer Balances"
method: GET
path: "/v1/customers/{id}/balances"
tags: ["public.customers"]
---

# Get Customer Balances

`GET /v1/customers/{id}/balances`

Retrieves the available, pending, and locked NGN balances Daya holds for a merchant's customer.

## Path parameters

- `id` string, required

## Response `200`

OK

- CustomerBalancesResponse
  - `data` CustomerBalanceData[]
    - `available` string
    - `currency` string
    - `customer_id` string
    - `locked` string
    - `pending` string

## Other responses

- `400` — Invalid customer ID format
- `401` — Unauthorized
- `403` — Customer NGN balances not enabled
- `404` — Customer not found
- `502` — Balance provider unavailable

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
