---
title: "List all bank accounts"
method: GET
path: "/v1/links/{link_id}/bank_accounts/"
tags: ["Bank Accounts"]
---

# List all bank accounts

`GET /v1/links/{link_id}/bank_accounts/`

List of all bank accounts used for the direct deposit

## Response `200`

- BankAccount[]
  - `account_number` string, required — Account number
  - `routing_number` string — Routing number
  - `account_name` string, nullable — User friendly account name
  - `account_type` 'C' | 'S' | 'null', nullable — Account type: * `C` - Checking account, * `S` - Savings account,
  - `deposit_type` 'E' | 'P' | 'A' | 'null', nullable — Deposit type: * `E` - Entire paycheck, * `P` - Percentage of the paycheck, * `A` - Fixed amount from the paycheck,
  - `deposit_value` string, decimal, nullable — Deposit value
  - `bank_name` string, nullable — Bank name

## Other responses

- `401` — HTTP 401 Unauthorized
- `403` — HTTP 403 Forbidden

---

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