---
title: "Get Bank Accounts"
method: GET
path: "/billing/bank-accounts"
tags: ["Billing", "billing"]
---

# Get Bank Accounts

`GET /billing/bank-accounts`

Get all bank accounts for the customer.

Admin only endpoint.

## Response `200`

Successful Response

- ListBankAccountsResponse — Response with list of bank accounts.
  - `bank_accounts` BankAccountResponse[], required
    - `bank_account_id` string, uuid, required
    - `bank_name` string, required
    - `last_four` string, required
    - `bank_account_type` string, required
    - `status` string, required
    - `fingerprint` string, nullable

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
