> 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/tickets/return-transaction-w-video.md).

# Return Transaction w/ Video ►

{% stepper %}
{% step %}

## Proceed to Tickets > Ticket List

{% endstep %}

{% step %}

## Click the **Return Ticket** button

![Return Ticket Button](/files/ccc1b3b9db50fb7c0af18807374775c010335c1c)
{% endstep %}

{% step %}

## Search for and select the client

Search and select the client’s name from the search bar pop-up.

*Disregard the “Item Not Tracked” box unless you are willing to give refunds for items you do not carry.*
{% endstep %}

{% step %}

## Click **Continue**

Once the client is selected, click **Continue**.
{% endstep %}

{% step %}

## Locate the item being returned

In the client's history, locate the item being returned and click the return arrow icon to the left of it.

*Note: If you need to return more than one item, use the "Return More" button found on the return ticket itself.*

![Locate item being returned](/files/60f0d1b747c327ccaa5da911e326e5ed9fceb522)
{% endstep %}

{% step %}

## Review the refund amount

Review the amount you will be refunding the client. If you are trying to refund PARTIAL payment, change the price of the item(s) on the Return Ticket.

![Review refund amount](/files/982f57799a03740be2538f938800bd290e82c70f)
{% endstep %}

{% step %}

## Mark the item for Inventory Use, if needed

Mark the item for [Inventory Use](/inventory/inventory-use-w-video.md) if you do not want to return the returned item back onto the shelf for repurchase.

![Mark for inventory use](/files/fc4dfe74fd32efa5f11098a245f1931755d3dd37)
{% endstep %}

{% step %}

## Click **Refund Payment**

Review the Total you'll be refunding once more at the bottom of the Return Ticket, then click **Refund Payment**.

*Note: If you need to take away any discounts that may have been applied to the original sale ticket, click the **Discount** button, replace the discount amount with "0", then click **Discount** again.*

![Refund payment button](/files/7d1883779876f6b815b83f51c7cdbffd68307bd4)
{% endstep %}

{% step %}

## Enter the refund amount and finish

Enter the amount due next to the method you'll be using to return their payment, then click **Finish**.

![](/files/24d5f894eac527751533b129ba556034d6444664)

*If you were returning any retail items, the On Hand amount in your Inventory will be automatically updated.*
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Note:** At this time, there is no check box or button to declare the item as "Used" or "Damaged". If you do not want the product returned to inventory *(do not want the On Hand amount adjusted)*, after processing the refund, use the [**Inventory Use**](/inventory/inventory-use-w-video.md) function. It will take the item count(s) back out of inventory.
{% endhint %}

Check out our "[Exchange Transaction](/tickets/exchange-transaction.md)" article!


---

# 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/tickets/return-transaction-w-video.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.
