---
title: "Get a tax form"
method: GET
path: "/accountHolders/{id}/taxForms"
tags: ["Account holders"]
---

# Get a tax form

`GET /accountHolders/{id}/taxForms`

Generates a tax form for account holders operating in the US. For more information, refer to [Providing tax forms](https://docs.adyen.com/marketplaces-and-platforms/us-tax-forms/).

## Path parameters

- `id` string, required

## Query parameters

- `formType` 'US1099k' | 'US1099nec', required
- `year` integer, required

## Response `200`

OK - the request has succeeded.

- GetTaxFormResponse
  - `content` string, byte, required — The content of the tax form in Base64 format.
  - `contentType` 'application/pdf' — The content type of the tax form. Possible values: * **application/pdf**

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

## Changes

- **2023-10-19** (v2) `78e297a2eb6f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/adyen/apis/balanceplatformservice/changes/accountHolders/:id/taxForms/get.md)

---

[API](https://skmtc.dev/adyen/apis/balanceplatformservice.md) · [All operations](https://skmtc.dev/adyen/apis/balanceplatformservice/llms.txt) · [OpenAPI document](https://skmtc.dev/adyen/apis/balanceplatformservice/revisions/78e297a2eb6f?raw)
