---
title: "Get Accounts Detail"
method: POST
path: "/v3/{customerId}/BankingServices/GetAccountsDetail"
tags: ["Connect"]
---

# Get Accounts Detail

`POST /v3/{customerId}/BankingServices/GetAccountsDetail`

To retrieve full account details, including transactions, the holder's name, address, email and phone number, use the /GetAccountsDetail endpoint.

## Path parameters

- `customerId` string, required

## Headers

- `x-api-key` string

## Request body

- object
  - `RequestId` string, required — Unique identifier provided after a successful request to the /Authorize endpoint.
  - `WithAccountIdentity` boolean — Specifies if you want to include the transit number, institution number and account number.
  - `WithKYC` boolean — Specifies if you want to include customer information in the account details.
  - `WithTransactions` boolean — Specifies if you want to include transactions in the account details.
  - `AccountsFilter` string[] — Accounts that you are linking to this session.
  - `DaysOfTransactions` 'Days90' | 'Days365' — Number of days that you want to see transaction data for.
  - `WithDetailsAndBankingStatements` boolean — Specifies if you want to enable PDF statements.
  - `NumberOfBankingStatements` string — Number of PDF banking statements that are returned.

## Response `200`

Success

- object
  - `HttpStatusCode` integer
  - `Accounts` object[]
    - `Id` string — Unique identifier for the account.
    - `Title` string — Display name of the account.
    - `AccountNumber` string — Full account number.
    - `LastFourDigits` string — Last four digits of the account number.
    - `TransitNumber` string — Transit or routing number for the account.
    - `InstitutionNumber` string — Institution number for the bank.
    - `Balance` object — Account balance information.
      - `Available` number
      - `Current` number
      - `Limit` string
    - `Category` string — Category of the account.
    - `Type` string — Type of account.
    - `Currency` string
    - `Holder` object — Information about the account holder.
      - `Name` string
      - `Address` object
        - `CivicAddress` string
        - `City` string
        - `Province` string
        - `PostalCode` string
        - `POBox` string
        - `Country` string
      - `Email` string
      - `PhoneNumber` string
    - `Transactions` object[] — Array of transaction records for the account.
      - `Id` string
      - `Date` string
      - `Description` string
      - `Debit` number
      - `Credit` number
      - `Balance` number
    - `AccountType` 'Personal' | 'Business', nullable — Type of account.
  - `InstitutionName` string
  - `Login` object — Information about the login session.
  - `InstitutionId` integer
  - `Institution` string
  - `RequestId` string

## Other responses

- `202` — Operation Pending

---

[API](https://skmtc.dev/flinks/apis/flinks-api.md) · [All operations](https://skmtc.dev/flinks/apis/flinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flinks/flinks-api/revisions/0983646f91b4/schema)
