---
title: "Retrieve employee bank account details"
method: GET
path: "/v1/employees/{employeeId}/bank"
tags: ["Employee Bank Details"]
---

# Retrieve employee bank account details

`GET /v1/employees/{employeeId}/bank`

Get employee bank account information for salary payments and financial transactions.

This endpoint provides access to the employee's bank account details including
account number, bank name, SWIFT code, and other banking information required
for processing salary payments.

## Path parameters

- `employeeId` string, uuid, required

## Response `200`

Employee bank details retrieved successfully

- V1EmployeesEmployeeIdBankGetResponse
  - `accountNumber` string — Bank account number
  - `accountHolderName` string — Name of the account holder
  - `bankName` string — Name of the bank
  - `branchName` string, nullable — Bank branch name (optional)
  - `swiftCode` string, nullable — SWIFT/BIC code for international transfers (optional)
  - `localBankCode` string, nullable — Local bank code (e.g., routing number, sort code, IFSC) - optional
  - `accountType` 'PERSONAL' | 'BUSINESS' | 'SAVINGS' | 'CHECKING' | 'UNKNOWN' — Type of bank account
  - `currency` string — ISO 4217 currency code
  - `country` string — ISO 3166-1 alpha-3 country code where the bank is located

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `422` — Unprocessable entity - validation error
- `500` — Internal server error
- `503` — Service unavailable - upstream dependency error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
