---
title: "GET /api/customers/{id}/balance"
method: GET
path: "/api/customers/{id}/balance"
tags: ["api", "customers"]
---

# GET /api/customers/{id}/balance

`GET /api/customers/{id}/balance`

Get Customer Balance

## Path parameters

- `id` string, required — The ID of the customer

## Response `200`

OK

- object
  - `total` number, required — The total settled balance of the customer
  - `available` number, required — The balance available to spend, excluding funds reserved for pending payment requests

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
