---
title: "Get account details"
method: POST
path: "/v1/financial_connections/accounts/details"
tags: ["Account Details"]
---

# Get account details

`POST /v1/financial_connections/accounts/details`

## Headers

- `Fuse-Client-Id` string, required
- `Fuse-Api-Key` string, required
- `Plaid-Client-Id` string
- `Plaid-Secret` string
- `Teller-Application-Id` string
- `Teller-Certificate` string
- `Teller-Private-Key` string
- `Teller-Token-Signing-Key` string
- `Teller-Signing-Secret` string
- `Mx-Client-Id` string
- `Mx-Api-Key` string
- `Snaptrade-Client-Id` string
- `Snaptrade-Consumer-Key` string
- `Flinks-Ca-Customer-Id` string
- `Flinks-Us-Customer-Id` string
- `Flinks-Us-Instance-Id` string
- `Flinks-Ca-Instance-Id` string
- `Mono-Public-Key` string
- `Mono-Secret-Key` string
- `Mono-Webhook-Secret` string
- `TrueLayer-Client-Id` string
- `TrueLayer-Client-Secret` string
- `Finverse-Client-Id` string
- `Finverse-Client-Secret` string
- `Belvo-Secret-Id` string
- `Belvo-Secret-Password` string
- `Finicity-Partner-Secret` string
- `Finicity-Partner-Id` string
- `Finicity-App-Key` string
- `Basiq-Api-Key` string
- `Akoya-Client-Id` string
- `Akoya-Client-Secret` string
- `SaltEdge-App-Id` string
- `SaltEdge-App-Secret` string

## Request body

- GetFinancialConnectionsAccountDetailsRequest
  - `access_token` string, required — Access token for authentication
  - `options` object
    - `remote_account_ids` string[] — An array of remote account ids to retrieve account details for.

## Response `200`

Success

- GetFinancialConnectionsAccountDetailsResponse
  - `account_details` FinancialConnectionsAccountDetails[], required
    - `remote_id` string, required — Remote Id of the account, ie Plaid or Teller account id
    - `ach` object — This field is optional, intended for use by financial institutions based in the U.S.A.
      - `account` string — Account number
      - `routing` string — Routing number
      - `wire_routing` string — Wire routing number
      - `bacs_routing` string — BACS routing number
    - `account_number` object — This field is optional, intended for use by financial institutions outside of the U.S.A.
      - `number` string, required — Unique identifier representing the account, typically referred to as the account number.
      - `sort_code` string — A six-digit number used by banks in the United Kingdom and Ireland to identify the branch where the account is held.
      - `iban` string — International Bank Account Number (IBAN) is an internationally agreed system of identifying bank accounts across national borders to facilitate the communication and processing of cross border transactions.
      - `swift_bic` string — SWIFT/BIC code is an international identifier used to distinctively recognize a particular bank during financial transactions, such as money transfers.
      - `bsb` string — Bank-State-Branch (BSB) code is a six-digit numerical code used to identify an individual branch of a financial institution in Australia.
      - `bic` string — Bank Identifier Code (BIC) is an international standard identifier used by banks and financial institutions globally to carry out transactions.
    - `remote_data` unknown, required
  - `financial_connection` object, required
    - `id` string, required — The financial connection id.
    - `institution_id` string, nullable — The Fuse Institution ID associated with the financial connection
  - `request_id` string, required — An identifier that is exclusive to the request and can serve as a means for investigating and resolving issues.

---

[API](https://skmtc.net/letsfuse/apis/sessions.md) · [All operations](https://skmtc.net/letsfuse/apis/sessions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/letsfuse/sessions/revisions/816323e226dc/schema)
