---
title: "List all Bank Accounts"
method: GET
path: "/bank_accounts"
tags: ["Bank Accounts"]
---

# List all Bank Accounts

`GET /bank_accounts`

By default, all Bank Accounts will be returned.

## Response `200`

OK

- ListAllBankAccountsResponse
  - `data` BankAccount[], required
    - `id` string, uuid — Unique Bank Account ID
    - `account_type` 'bank_account' | 'float_account', required — Distinguishes Float Accounts from other Bank Accounts
    - `branch_code` string — Bank State Branch code
    - `bank_name` string — Name of the financial institution
    - `account_number` string — Bank account number
    - `status` 'active' | 'removed' — Current Bank Account status
    - `title` string — Display title for the Bank Account
    - `available_balance` integer, nullable — Current available balance in cents for a Float Account; null for other Bank Accounts
    - `payid_configs` object[] — PayID pooling configurations associated with the Float Account
      - `email_domain` string
      - `pooling_state` 'disabled' | 'enabled' | 'paused'
      - `max_pool_size` integer
      - `current_pool_size` integer

---

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