---
title: "Retrieves the collection of BankTransfer resources."
method: GET
path: "/bank_transfers"
tags: ["BankTransfer"]
---

# Retrieves the collection of BankTransfer resources.

`GET /bank_transfers`

Retrieves the collection of BankTransfer resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

BankTransfer collection

- BankTransfer[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier of each bank transfer
  - `created` string, nullable — Date the bank transfer was created
  - `transferDate` string, nullable — Date of the transfer
  - `fromBankAccountId` string — The ID of the source bank account
  - `fromBankAccountName` string — The name of the source bank account
  - `toBankAccountId` string — The ID of the destination bank account
  - `toBankAccountName` string — The name of the destination bank account
  - `amount` integer — The amount being transferred
  - `fromBankTransactionId` string, nullable — The bank transaction ID for the source account
  - `toBankTransactionId` string, nullable — The bank transaction ID for the destination account
  - `modified` string, nullable — Date the bank transfer was last modified
  - `type` string, nullable — Transaction type

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
