# Invoice Breakdown

## Fees and Deductions Breakdown

### Fees

* **Card fees** — Charges applied to card transactions (percentage and/or flat fee, subject to VAT).
* **Cash fees** — Charges applied to cash transactions (percentage and/or flat fee, subject to VAT).
* **Retroactive refund fees —** Charges applied to retroactive refunds (subject to VAT).
* **Gross fees —** Total fees.
* **VAT on fees** — Total VAT applied to cash and card fees. The VAT rate may vary by location.
* **Net Fees —** Total fees plus VAT.

### Deductions

* **Card service charge** — Total service charges billed to the customer for card transactions.
* **Cash service charge** — Total service charges billed to the customer for cash transactions.
* **Retroactive refund service charge** — Total service charges billed for retroactive refunds.
* **Refunds deduction —** Value of retroactive refunds issued, deducted from sales. (For more information: [Retroactive Refund](/refunds/types-of-refunds/retroactive-refund.md))
* **Total Deduction —** Total deductions (sum of net fees from the above row, service charges and refund deduction).

<figure><img src="/files/hOJLbVZFv1LPfW4sGRl0" alt=""><figcaption></figcaption></figure>

***

## Statement Section

* **Total sales this period** — Gross sales before deductions.
* **Cash orders collected by you** — Cash amounts you received directly from customers.
* **Total deduction** — Total deductions (sum of net fees, service charges and refund deduction).
* **Your account balance** — Final payout after fees and deductions.

<figure><img src="/files/6CitjjN0h0bEbcQRl2gp" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.bossithq.com/invoicing/online-invoicing/invoice-breakdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
