---
title: "Get balance report"
method: GET
path: "/balances/{balanceId}/report"
tags: ["Balances API"]
---

# Get balance report

`GET /balances/{balanceId}/report`

Retrieve a summarized report for all transactions on a given balance within a given timeframe.

The API also provides a detailed report on all 'prepayments' for Mollie fees that were deducted from your balance during the reported period, ahead of your Mollie invoice.

The alias `primary` can be used instead of the balance ID to refer to the organization's primary balance.

> 🔑 Access with
>
> [Advanced access token with **balance-reports.read**](/reference/authentication)
>
> [OAuth access with **balance-reports.read**](/reference/authentication)

## Query parameters

- `from` string, required
- `until` string, required
- `grouping` string
- `testmode` boolean

## Response `200`

The balance report object.

## Other responses

- `404` — No entity with this ID exists.
- `422` — The request is invalid. For example, the `from` date is after `until` date.
- `429` — Rate Limit has been reached.

---

[API](https://skmtc.net/mollie/apis/accepting-payments.md) · [All operations](https://skmtc.net/mollie/apis/accepting-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mollie/accepting-payments/revisions/4b45df3039ef/schema)
