---
title: "Listado de cuentas bancarias"
method: GET
path: "/bank-accounts"
tags: ["Cuentas de banco"]
---

# Listado de cuentas bancarias

`GET /bank-accounts`

## Query parameters

- `start` integer
- `limit` integer
- `order_direction` 'DESC' | 'ASC'
- `order_field` 'id' | 'date'
- `fields` 'deletable' | 'journal' | 'lastMovementDate' | 'category'
- `includeInactive` boolean
- `includeBalance` boolean
- `metadata` boolean

## Response `200`

Successful operation

- BankAccount[]
  - `id` string
  - `name` string
  - `number` string
  - `description` string
  - `type` 'credit-card' | 'bank' | 'cash'
  - `status` 'active' | 'inactive'
  - `initialBalance` number
  - `initialBalanceDate` string, date

## Other responses

- `400` — Bad request

---

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