---
title: "List Batch Transfers"
method: GET
path: "/v1/accounts/{account_id}/batch_transfers"
tags: ["SEPA Credit Batch Transfers"]
---

# List Batch Transfers

`GET /v1/accounts/{account_id}/batch_transfers`

List all batch transfers for the specified account in the request URL.

## Path parameters

- `account_id` string, required

## Query parameters

- `page[number]` string
- `page[size]` string
- `filter[id]` string
- `filter[transfer_type]` 'SCT' | 'SCT_INSTANT'
- `filter[status]` 'AUTHORIZATION_REQUIRED' | 'ACCEPTED' | 'REJECTED' | 'IN_PROGRESS' | 'FINISHED'

## Response `200`

Successful result of the operation

- BatchTransfer[]
  - `id` string — Unique ID of the batch transfer.
  - `account_id` string — The account ID of the account that the batch transfer is associated with.
  - `status` 'AUTHORIZATION_REQUIRED' | 'ACCEPTED' | 'REJECTED' | 'IN_PROGRESS' | 'FINISHED' — The status of the batch transfer.
  - `transfer_type` 'SCT' | 'SCT_INSTANT' — The `type` for all transfers of the batch.
  - `reference` string — A reference for the batch transfer.
  - `description` string — Optional description for the batch.
  - `total_amount` number — The total amount of all **planned** transfers in the batch in cents.
  - `transfers_summary` object — Summary of executed and failed transfer counts within the batch.
    - `executed` number — Number of transfers in the batch which were executed (successfully).
    - `failed` number — Number of transfers in the batch which failed (not successful).
  - `created_at` string, date-time — UTC timestamp when the batch transfer was created.
  - `started_at` string, date-time — UTC timestamp when the batch transfer started the processing of all their transfers.
  - `finished_at` string, date-time — UTC timestamp when all transfers were processed and the status of the batch reached `FINISHED`.
  - `updated_at` string, date-time — UTC timestamp when the batch transfer was updated the last time.

## Other responses

- `403` — You are not authorized to perform this action.
- `404` — The resource could not be found.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/sepa-transfers.md) · [All operations](https://skmtc.net/solarisgroup/apis/sepa-transfers/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/sepa-transfers/revisions/f1fef352d976/schema)
