---
title: "Get financial accounts"
method: GET
path: "/v2/screening/{screeningId}/financial-accounts"
tags: ["Screening V2"]
---

# Get financial accounts

`GET /v2/screening/{screeningId}/financial-accounts`

Get all financial accounts, balances, and transactions for a screening

## Path parameters

- `screeningId` string, required

## Response `200`

A successful response.

- V2GetFinancialAccountsResponse
  - `financialInstitutions` V2FinancialInstitution[]
    - `itemId` string
    - `institutionName` string
    - `institutionId` string
    - `dateLastUpdated` string
    - `accounts` V2FinancialAccount[]
      - `accountId` string
      - `balances` V2AccountBalances
        - `available` number, double
        - `current` number, double
        - `isoCurrencyCode` string
        - `limit` number, double
        - `marginLoanAmount` number, double
        - `unofficialCurrencyCode` string
      - `daysAvailable` number, double
      - `mask` string
      - `name` string
      - `officialName` string
      - `subtype` string
      - `type` string
      - `transactions` V2FinancialTransaction[]
        - `accountId` string
        - `amount` number, double
        - `date` string
        - `isoCurrencyCode` string
        - `originalDescription` string
        - `pending` boolean
        - `transactionId` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto.md) · [All operations](https://skmtc.net/getcove/apis/proto-screening-v2-screening-proto/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getcove/proto-screening-v2-screening-proto/revisions/9d9f9d9f0188/schema)
