---
title: "Get bank accounts"
method: GET
path: "/api/v1/bank/accounts"
tags: ["Bank"]
---

# Get bank accounts

`GET /api/v1/bank/accounts`

Retrieves a list of bank accounts that belong to the user

## Query parameters

- `page_number` integer
- `page_size` integer
- `sort` 'name' | 'usage'

## Response `200`

OK

- ResponseBankAccountsResponse
  - `data` ResponseBankAccountResponse[] — List of bank accounts that belong to specific corporation
    - `account_holder` string — Name that is associated with the bank account on the bank side
    - `account_type` 'Sepa' | 'Swift' | 'FasterPayment' | 'Ach' | 'Spei', required
    - `currency` string, required — ISO 4217 currency code of the currency this bank account works with
    - `details` ResponseBankAccountDetails
      - `account_number` string — Account number of the bank account (<span style="color:red">WOULD</span> be present only for **FasterPayment and Ach** account type)
      - `bic` string — BIC of the bank account (<span style="color:red">WOULD</span> be present only for **Sepa and Swift** account type)
      - `clabe` string — CLABE of the bank account (<span style="color:red">WOULD</span> be present only for **SPEI** account type)
      - `iban` string — IBAN of the bank account (<span style="color:red">WOULD</span> be present only for **Sepa and Swift** account type)
      - `mandatory_reference` string — If present this reference <span style="color:red">MUST</span> be specified in the **incoming transfer comment** in order to identify the transfer and credit funds to correct account
      - `routing_number` string — Routing number of the bank account (<span style="color:red">WOULD</span> be present only for **Ach** account type)
      - `sort_code` string — Sort code of the bank account (<span style="color:red">WOULD</span> be present only for **FasterPayment** account type)
    - `id` string, required — Identifier of the bank account in the system
    - `status` 'Active' | 'Pending' | 'Blocked' | 'Closed', required

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.dev/wirexapp/apis/wirex-baas-api.md) · [All operations](https://skmtc.dev/wirexapp/apis/wirex-baas-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wirexapp/wirex-baas-api/revisions/b95a180790b1/schema)
