---
title: "Retrieve all Bank Accounts"
method: GET
path: "/consumers/{consumer_id}/invoicing/bank-accounts"
tags: ["Invoicing", "Bank accounts"]
---

# Retrieve all Bank Accounts

`GET /consumers/{consumer_id}/invoicing/bank-accounts`

Returns the list of bank accounts

## Path parameters

- `consumer_id` string, uuid, required

## Query parameters

- `page` integer
- `size` integer

## Response `200`

Successful Response

- ChiftPageInvoicingBankAccountItem
  - `items` InvoicingBankAccountItem[], required
    - `id` string, required — Technical id in Chift
    - `source_ref` Ref, required
      - `id` string, nullable — Technical id in the target software
      - `model` string, nullable — Name of the model/entity in the target software
    - `name` string, required — Bank account name
    - `iban` string, nullable — IBAN
    - `currency` string, nullable — Currency of the bank account
    - `balance` number, nullable — Current balance of the bank account
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/versions/b5f1214a482a/schema)
