---
title: "bankAccounts"
method: GET
path: "/v2/bankAccounts"
tags: ["Bank Connection"]
---

# bankAccounts

`GET /v2/bankAccounts`

Retrieve a list of bank accounts associated with the authenticated user.

<details>
<summary><strong>Error Glossary</strong> (click to expand)</summary>

| Code | HTTP Status | Message |
|------|-------------|-------------|
| `AP101` | 401 | No authenticated user |

</details>

## Headers

- `Content-Type` string, required
- `authorization` string, required

## Response `200`

Success

- object
  - `bankAccounts` object[]
    - `bankAccountId` integer
    - `bankName` string
    - `accountLast4` string
    - `name` string
    - `isSelected` boolean
    - `accountType` string
    - `status` string
    - `createdDate` string
    - `connectionId` string, uuid — Optional connection identifier for this bank account. Present only when the Bank Aggregator is AeroSync.

## Other responses

- `401` — Unauthorized - Invalid or missing Token

---

[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)
