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

# Get Accounts Summary Async

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

Get pending requests from GetAccountsSummary.

## Path parameters

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

## Headers

- `x-api-key` string
- `Content-Type` string, required

## Response `200`

Result

- object
  - `HttpStatusCode` integer
  - `Accounts` object[]
    - `EftEligibleRatio` integer
    - `ETransferEligibleRatio` integer
    - `Title` string
    - `AccountNumber` string
    - `LastFourDigits` string
    - `Balance` object
      - `Available` number
      - `Current` number
      - `Limit` string
    - `Category` string
    - `Type` string
    - `Currency` string
    - `Holder` object
      - `Name` string
      - `Address` object
        - `CivicAddress` string
        - `City` string
        - `Province` string
        - `PostalCode` string
        - `POBox` string
        - `Country` string
      - `Email` string
      - `PhoneNumber` string
    - `AccountType` 'Personal' | 'Business', nullable — Type of account.
    - `Id` string
  - `Login` object
    - `Username` string
    - `IsScheduledRefresh` boolean
    - `LastRefresh` string
    - `Type` string
    - `Id` string
  - `Institution` string
  - `RequestId` string

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