---
title: "Balance"
method: GET
path: "/v4/accounts/balance/{accountId}"
tags: ["Accounts"]
---

# Balance

`GET /v4/accounts/balance/{accountId}`

Get the balance for an account

## Path parameters

- `accountId` integer, required

## Response `200`

The balance was retrieved successfully

- BalanceResponse
  - `accountId` number, required — The id of the account
  - `settled` string, required — The settled balance of the account. This is formatted with a '.' decimal separator and without thousand separators
  - `available` string, required — The balance available with which to make payments from the account. This is formatted with a '.' decimal separator and without thousand separators

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The balance for the account was not found
- `500` — Internal Server Error

---

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