---
title: "Get Accounts Detail Async"
method: GET
path: "/v3/{customerId}/BankingServices/GetAccountsDetailAsync/{requestId}"
tags: ["Connect"]
---

# Get Accounts Detail Async

`GET /v3/{customerId}/BankingServices/GetAccountsDetailAsync/{requestId}`

Get pending requests from GetAccountsDetail.

## Path parameters

- `customerId` string, required
- `requestId` string, required

## Headers

- `x-api-key` string
- `Content-Type` 'application/json', required
- `Accept` string, required

## Response `200`

Result

- object
  - `HttpStatusCode` integer — HTTP status code of the response.
  - `Accounts` object[] — Array containing detailed information about each linked account.
    - `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 — Available balance in the account.
      - `Current` number — Current balance in the account.
      - `Limit` string — Credit limit or overdraft limit.
    - `Category` string — Category of the account.
    - `Type` string — Type of account.
    - `Currency` string — Currency code.
    - `Holder` object — Account holder information.
      - `Name` string — Account holder name.
      - `Address` object — Account holder address.
        - `CivicAddress` string — Street address.
        - `City` string — City name.
        - `Province` string — Province/State code.
        - `PostalCode` string — Postal/ZIP code.
        - `POBox` string, nullable — P.O. Box number if applicable.
        - `Country` string — Country code.
      - `Email` string — Account holder email.
      - `PhoneNumber` string — Account holder phone number.
    - `Transactions` object[] — Array of transaction records for the account.
      - `Id` string — Unique identifier for the transaction.
      - `Date` string — Transaction date.
      - `Description` string — Description of the transaction.
      - `Debit` number, nullable — Debit amount if applicable.
      - `Credit` number, nullable — Credit amount if applicable.
      - `Balance` number — Account balance after this transaction.
    - `AccountType` 'Personal' | 'Business', nullable — Type of account.
  - `InstitutionName` string — Name of the financial institution.
  - `Login` object — Login information.
    - `Username` string — Login username.
    - `IsScheduledRefresh` boolean — Indicates if scheduled refresh is enabled.
    - `LastRefresh` string — Timestamp of last data refresh.
    - `Type` string — Login type.
    - `Id` string — Unique login identifier.
  - `InstitutionId` integer — Numeric identifier for the financial institution.
  - `Institution` string — Institution name or code.
  - `RequestId` string — Unique request identifier.

## Other responses

- `202` — Operation Pending
- `400` — Session Nonexistent

---

[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)
