> 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/deposits.md).

# Deposits

Navigate to **Manage > Advanced Settings**.

First, select **Deposits - Salon Settings** to set up a base default setting for your deposits.

![Deposits](/files/0053be5ba68ca0b07795c9b9a656692bf90e2cfa)

## Deposits - Salon Settings

When you set up a deposit at the salon level, you can set a specific dollar amount or a specific percentage of the service cost that will apply to all services. You can also require all clients or just new customers to pay the deposit. Additionally, you can turn on deposits for appointments created in OCS or appointments created manually by your team within Manager.

![](/files/7f346ef929848030a2f05b239c2a62269d7a9fa9)

Once you save the changes on this screen, return to the Advanced Settings page to select **Deposits - Service Settings**.

## Deposits - Service Settings

This page allows you to either override the salon-level settings or define specific deposit values for each individual service. The same options available at the salon level are also available for each service.

![](/files/d0afccb66f79731ef7158797b6e0a7deb08dffa4)

{% hint style="info" %}
You need to select either Existing Customer, New Customer, or both in order for deposits to be turned on for that service. When neither are turned on, the software will not charge any clients.
{% endhint %}

## Booking an appointment directly in your Rosy account when a deposit is required

During the booking process, a pop-up window will appear that displays the deposit information. You can also override and skip the required deposit for a client you do not want to require to put down a deposit.

![Deposits-Booking](/files/105fd53cbba82a8024bb81840bd466ba3b296e57)

Once you apply the deposit, a payment window will appear to enter credit card details to cover the required deposit. This process follows the standard credit card processing workflow.

![Deposit Charge](/files/2534ef49b6d3dbc222c4aeae6be7560ac31e7210)

## Appointments requiring a deposit that has not yet been paid

If an appointment that requires a deposit is booked but the deposit is not yet paid, the appointment will appear in a pending status on the schedule and will appear in a transparent color.

![Deposit Appointments](/files/b0ead4daf87066d3d3f8bdd1f97fc3141103604b)

If you click on this appointment, you will be given options to book the appointment without the deposit being required, remove the appointment, or pay the deposit. Booking without a deposit automatically confirms the appointment, removing the appointment deletes it, and paying the deposit launches the standard payment process for the deposit.

![Deposit booking](/files/9a20fc910901aafa48bda6cb75d379b5a920e4b0)

## Deposits when booking online

You can require clients booking online via OCS to make a deposit when booking a service.

![Deposits when booking online](/files/c8a7104eaf34f6e957a40fcf06de72b4ad867752)

Appointments that a client attempts to book online but for which they do not complete the deposit will appear as pending appointments. The client will receive a message that the appointment will disappear in about 5 minutes if the deposit is not completed. The appointment will be forfeited and canceled if the deposit goes unpaid.

![Deposits Pending Appointments](/files/52d27a9ec7745ca82fde0e83fb6478da2d1ad552)

## Returning a Deposit

Since many businesses' deposit policies are different, deposits are not automatically refunded to clients. If an appointment is canceled, the client's deposit remains active on their profile until it is redeemed or returned.

You can [return](/tickets/return-transaction-w-video.md) a deposit with a standard return ticket.

If your business wants to make deposits nonrefundable within a certain time frame, you can create a service titled “Forfeited Deposit.” For situations where you want to mark the deposit as forfeited, create a ticket for that client and, rather than apply the deposit toward the service they were going to receive, apply it toward the Forfeited Deposit service. This avoids confusion on their service history.


---

# 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/deposits.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.
