---
title: "Get Payment Account Balance History"
method: GET
path: "/v2/accounts/{accountId}/balances/history"
tags: ["Accounts | Admin"]
---

# Get Payment Account Balance History

`GET /v2/accounts/{accountId}/balances/history`

Enter an `accountId` and specify the `atDate` parameter to return an account balance.  

**Important:** Payment account balances can not be viewed for special accounts SC **11** and LW **4** using the `accountId` parameter.

## Path parameters

- `accountId` string, required

## Query parameters

- `atDate` string

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Response `200`

OK

- BalanceHistoryOutput
  - `balance` integer — Payment account balance.
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
