> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/advanced-settings/ticket-fees.md).

# Ticket Fees

## RosyPay ONLY Ticket fees allow you to collect custom fees from clients in your sales tickets.

To set up a ticket fee:

{% stepper %}
{% step %}

## Navigate to Ticket Fees

Navigate to **Manage > Advanced Settings** **>** **Ticket Fees > Manage**

![](/files/c3905041f9d2041d03d366364a75414f7f8d3e37)
{% endstep %}

{% step %}

## Configure the ticket fee

**Name:** enter a name for your new Ticket Fee

**Fee Type:** choose if you would like the Ticket Fee to be based on a set dollar amount or percentage based on the total service price

**Amount:** enter the dollar amount or percentage for your fee

**Taxable:** dropdown option for the fee to be taxable

**Ticket Type:** You are now able to select if this fee will be applied to tickets including services, products, gift cards, packages, or memberships if you are a RosyPay user. [Click here for more information on RosyPay!](/rosypay.md)
{% endstep %}

{% step %}

## Add the fee

Once finished click **Add**.

This Ticket Fee will now be applied to all tickets automatically that fit your selected settings.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Taxable ticket fees will use your Service Tax percentage. You can edit your Service Tax percentage by going to Manage> Basic Settings> Business Settings and clicking the Settings tab.
{% endhint %}

## Edit a ticket fee

![](/files/03f699496ff806aca1e36b43ef85e15badd083ba)

To view which fees were added to a ticket or make adjustments, you will click on the ![](/files/7a06ef13d7aa493cafa83ef473cf807ff55fdb72) button.

![](/files/c6470ca3423a0cdfbf70117a9435c4bf337997a0)

To change the amount of a fee: **Click the existing amount > type the correct amount you wish to charge** **> click OK to apply your changes**

If changes have been made that need to be reversed, the ![](/files/d0a42ad75a3ee01d02635ccc373dc4021a030841) icon will allow you to reset the fee to its original amount on the ticket.

If you wish to entirely remove a fee from the ticket, you can use the ![](/files/dc37b13e45faecefeaf8403c54b057697f3e644f) icon. The ability to remove a ticket fee is granted to employees with permission to manage Business Settings. If an employee without this permission tries to delete the ticket fee, they will get an "Unauthorized" error message.

{% hint style="info" %}
Adding in additional items to the ticket that are set to collect a fee after a ticket fee has been deleted will apply the fee to the ticket again.
{% endhint %}

## Track your fees collected

The client will be able to see any fees collected on their printed or emailed receipts.

![Ticket fee](/files/260db6dadef6dd9ef16d77404f8a60ddca68b39a)

Your ticket fees are reportable on the **Total Sheet, Tickets,** and **Tax Liability** reports.

![Ticket Fee on Total Sheet and Tax Liability](/files/42c9aa4d9763cca4ee0e9abbb0f1c9a8f9d2b989)


---

# 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://support.rosysalonsoftware.com/advanced-settings/ticket-fees.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.
