---
title: "Merchant Batch Balance"
method: GET
path: "/v2/reports/transactions/batches"
tags: ["Reports"]
---

# Merchant Batch Balance

`GET /v2/reports/transactions/batches`

Fetch the ACH batches and their associated transactions for the specified time range.

## Query parameters

- `merchantId` string
- `dateBegin` string
- `dateEnd` string
- `timezone` string
- `page` integer
- `size` integer

## Headers

- `Accept` string
- `authorization` string, required

## Response `200`

Successful response - Batch list retrieved

- object
  - `data` object[]
    - `batchId` integer
    - `batchDate` string, date-time
    - `transactions` object[]
  - `paging` object
    - `totalItems` integer
    - `totalPages` integer
    - `currentPage` integer
    - `itemsPerPage` integer

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/aero/apis/aeropay-v2-api.md) · [All operations](https://skmtc.net/aero/apis/aeropay-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aero/aeropay-v2-api/revisions/4700c4ceeaad/schema)
