---
title: "Get Employee Bank Account by ID. [Single]"
method: GET
path: "/apiHub/payroll/v1/companies/{companyId}/employees/{employeeId}/bankAccounts/{bankAccountId}"
tags: ["Bank Account"]
---

# Get Employee Bank Account by ID. [Single]

`GET /apiHub/payroll/v1/companies/{companyId}/employees/{employeeId}/bankAccounts/{bankAccountId}`

**Summary Description**

Retrieves a single employee's direct deposit banking information.

## Path parameters

- `companyId` string, required
- `employeeId` string, required
- `bankAccountId` string, required

## Headers

- `testMode` boolean

## Response `200`

OK

- GetBankAccountResponse — Data Transfer Object for retrieving bank account information.
  - `bankAccountId` string, uuid — Gets the unique identifier for the bank account.
  - `bankName` string, nullable — Gets the name of the bank.
  - `accountNumber` string, nullable — Gets the account number of the bank account.
  - `routingNumber` string, nullable — Gets the routing number of the bank account.

---

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