---
title: "Get a bank account"
method: GET
path: "/withdrawals/bank-accounts/{id}"
---

# Get a bank account

`GET /withdrawals/bank-accounts/{id}`

[Available in Production/Sandbox environment] Get details of a specific bank account by ID

## Path parameters

- `id` string, required

## Headers

- `X-XFERS-APP-API-KEY` string, required
- `X-PUBLIC-KEY-ID` string
- `X-TIMESTAMP` string
- `X-NONCE` string
- `X-SIGNATURE` string

## Response `200`

200

- object
  - `data` object
    - `id` string — Bank account ID.
    - `type` string — Request type.
    - `attributes` object
      - `accountHolderName` string — Name of the bank account holder.
      - `accountNo` string — Bank account number.
      - `routingCode` unknown
      - `bank` string — Bank abbreviation.
      - `swiftBic` string — Bank SWIFT/BIC code.
      - `intermediarySwiftBic` unknown
      - `status` string — Bank account status.
      - `createdAt` string — Timestamp when the bank account was created.
      - `updatedAt` string — Timestamp when the bank account was last updated.

---

[API](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url.md) · [All operations](https://skmtc.net/straitsx/apis/straitsx-sandbox-base-url/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/straitsx/straitsx-sandbox-base-url/revisions/9ceee2969aeb/schema)
