---
title: "Get Bank Account"
method: GET
path: "/bank-accounts/{bank_account_id}"
tags: ["off-ramping"]
---

# Get Bank Account

`GET /bank-accounts/{bank_account_id}`

Retrieve one external bank account for the authenticated organization's verified Bridge customer

## Path parameters

- `bank_account_id` string, required

## Headers

- `Authorization-Signature` string, required

## Response `200`

Bank account details

- BankAccountDetails
  - `id` string, required
  - `account_name` string, nullable
  - `bank_name` string, nullable
  - `account_type` 'us' | 'iban' | 'swift' | 'clabe' | 'pix' | 'gb', required — Bank account rail: us (ACH), iban, swift, clabe, pix, or gb (FPS)
  - `account_owner_type` 'individual' | 'business' — Whether the bank account owner is an individual or business
  - `account_details` AccountDetails, required
    - `bank_name` string, nullable
    - `routing_number` string, nullable
    - `sort_code` string, nullable
    - `account_number` string, required
    - `checking_or_savings` string, nullable
    - `bic` string, nullable
    - `pix_key` string, nullable
  - `currency` 'usd' | 'eur' | 'mxn' | 'brl' | 'gbp', required — Currency used by the external bank account
  - `active` boolean, required
  - `beneficiary_address_valid` boolean, nullable
  - `deactivation_reason` string, nullable
  - `deactivation_details` string, nullable

## Other responses

- `401` — Unauthorized - Authentication required
- `404` — Not Found - Organization verification not found
- `422` — Unprocessable Entity - Bridge external account request failed

---

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