---
title: "Retrieves a monthly series of transaction match reports which include details arrays and summaries"
method: GET
path: "/transaction_match_series"
tags: ["TransactionMatchSeries"]
---

# Retrieves a monthly series of transaction match reports which include details arrays and summaries

`GET /transaction_match_series`

Retrieves a TransactionMatchSeries resource.

## Query parameters

- `start` string, date-time
- `end` string, date-time
- `refresh` string

## Response `200`

TransactionMatchSeries resource

- TransactionMatchSeries — Provides a monthly series of transaction match reports showing which transactions match in banking data sources and accounting data sources
  - `start` string, date
  - `end` string, date
  - `series` object[]
    - `start` string, date
    - `end` string, date
    - `summary` object
      - `bankMatchedCount` integer
      - `bankTotalCount` integer
      - `bankMatchedAmount` number, float
      - `bankTotalAmount` number, float
      - `accountingMatchedCount` integer
      - `accountingTotalCount` integer
      - `accountingMatchedAmount` number, float
      - `accountingTotalAmount` number, float
      - `overallMatchedCount` integer
      - `overallTotalCount` integer
      - `overallMatchedAmount` number, float
      - `overallTotalAmount` number, float
    - `details` object[]
      - `type` 'BANK' | 'ACCOUNTING'
      - `bank_transaction_id` string
      - `bank_txn_type` 'DEBIT' | 'CREDIT'
      - `bank_total_amount` number, float
      - `bank_currency` string
      - `bank_date` string, date
      - `bank_merchant` string
      - `bank_description` string
      - `bank_category` string
      - `accounting_table` string
      - `accounting_table_id` string
      - `accounting_txn_type` 'DEBIT' | 'CREDIT'
      - `accounting_total_amount` number, float
      - `accounting_currency` string
      - `accounting_date` string, date
      - `accounting_merchant` string
      - `accounting_description` string
      - `accounting_category` string
      - `has_match` boolean

## Other responses

- `404` — Resource not found

---

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