---
title: "List customer bank accounts"
method: GET
path: "/customers/{uuid}/bankaccounts"
tags: ["Customers"]
---

# List customer bank accounts

`GET /customers/{uuid}/bankaccounts`

## Path parameters

- `uuid` string, required

## Response `200`

List of bank accounts

- object
  - `data` BankAccount[]
    - `id` integer
    - `self` string
    - `uuid` string
    - `type` string — Account type (e.g. `IBAN`, `ACCOUNT`).
    - `name` string, nullable — Account holder name.
    - `number` string — Masked account number or IBAN.
    - `bic` string, nullable
    - `tag` string, nullable
    - `metadata` object, nullable
    - `created_at` string, date-time, nullable
    - `connections` Connections — Hypermedia links to related resources.

---

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