> For the complete documentation index, see [llms.txt](https://docs.lidiacommerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lidiacommerce.com/components/lidia-merchant-console/merchant-console-user-guide/reports/withholding-tax-reports.md).

# Withholding Tax Reports

The Withholding Tax Report is a reporting area where sellers can view the statutory withholding tax deductions applied to their sales transactions on a periodic basis. The purpose of this report is to clearly and transparently present which withholding tax rate was applied in which period, how this deduction was calculated based on the transaction amount excluding VAT, and the final withheld tax amount. The Withholding Tax Report is available in the system to help sellers accurately track their legal obligations, manage accounting and audit processes effectively, and clearly analyze the relationship between income and deductions.

#### **Report Content**

In the withholding tax report, the following information is provided for each period:

* Period information
* Applied withholding tax rate (%)
* Transaction amount excluding VAT
* Withheld tax amount

Sellers can view a detailed report separately for each period. The period-based detailed view allows sellers to examine which transactions the withholding tax calculation is based on and which rates were applied.

In the periodic withholding tax report, detailed transaction information related to the withholding tax deduction is provided. Within this scope, the report includes the following details:

Intermediary company information:\
Tax Office, Tax Identification Number, Company Name, Address (TR)

Information of the company on whose behalf the withholding tax is deducted

Transaction details:\
Transactions subject to withholding tax, amounts, and rates

This detailed structure enables sellers to clearly see between which parties and as a result of which transactions the withholding tax deductions occurred.

Withholding tax reports can be downloaded in Excel format using the Export Data option.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.lidiacommerce.com/components/lidia-merchant-console/merchant-console-user-guide/reports/withholding-tax-reports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
