---
title: "Get summary of tax forms for an account holder"
method: GET
path: "/accountHolders/{id}/taxFormSummary"
tags: ["Account holders"]
---

# Get summary of tax forms for an account holder

`GET /accountHolders/{id}/taxFormSummary`

Returns a summary of all tax forms for an account holder.

## Path parameters

- `id` string, required

## Query parameters

- `formType` string, required

## Response `200`

OK - the request has succeeded.

- TaxFormSummaryResponse
  - `data` Summary[], required — A list of tax form summaries, where each summary consists of the legal entity and the tax years in which the legal entity has a tax form.
    - `legalEntityId` string, required — The unique identifier of the legal entity.
    - `taxYears` integer[], required — The tax years for which the legal entity has a tax form.

---

[API](https://skmtc.net/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.net/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adyen/balanceplatformservice/revisions/8761ac1a9aab/schema)
