---
title: "Get all contractor bank accounts"
method: GET
path: "/v1/contractors/{contractor_uuid}/bank_accounts"
tags: ["Contractor Payment Method"]
---

# Get all contractor bank accounts

`GET /v1/contractors/{contractor_uuid}/bank_accounts`

Returns all contractor bank accounts.

scope: `contractor_payment_methods:read`

## Path parameters

- `contractor_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Response `200`

Example response

- ContractorBankAccount[]
  - `uuid` string, required — UUID of the bank account
  - `contractor_uuid` string, required — UUID of the contractor
  - `account_type` 'Checking' | 'Savings', required — Bank account type
  - `name` string, required — Name for the bank account
  - `routing_number` string, required — The bank account's routing number
  - `hidden_account_number` string, required — Masked bank account number

## Other responses

- `404` — Not Found The requested resource does not exist. Make sure the provided UUID is valid.

---

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