---
title: "View all balances available for your merchant account."
method: GET
path: "/balanceOverview/merchants/{merchantAccountCode}/balances"
tags: ["Balances overview"]
---

# View all balances available for your merchant account.

`GET /balanceOverview/merchants/{merchantAccountCode}/balances`

Returns an overview of the different balances available for the merchant account. This includes details about the following:


* **Available funds**: The funds in the merchant account that have been settled and are available for use.


* **Pending balance**: The funds in the merchant account that have not been settled yet.


* **Next payout amount**: The amount that will be settled to your bank account with the next payout.


* **Reserve**: The available amount to cover refunds, payouts, chargebacks, and other operational expenses that cannot be covered by your in-process funds.


* **Deposit**: The amount withheld by Adyen to cover potential losses and liabilities due to payment processing.

## Path parameters

- `merchantAccountCode` string, required

## Query parameters

- `currency` string, required

## Response `200`

OK - The request has succeeded.

- MerchantBalance
  - `availableFund` Amount
    - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
    - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
  - `deposit` Amount
    - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
    - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
  - `merchantAccount` string
  - `nextPayout` Amount
    - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
    - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
  - `pendingBalance` Amount
    - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
    - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).
  - `reserve` Amount
    - `currency` string, required — The three-character [ISO currency code](https://docs.adyen.com/development-resources/currency-codes#currency-codes) of the amount.
    - `value` integer, required — The numeric value of the amount, in [minor units](https://docs.adyen.com/development-resources/currency-codes#minor-units).

## Other responses

- `401` — Unauthorized - Authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Content - A request validation error.

---

[API](https://skmtc.dev/adyen/apis/adyen-balance-control-api.md) · [All operations](https://skmtc.dev/adyen/apis/adyen-balance-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adyen/adyen-balance-control-api/revisions/31a36a139017/schema)
