> For the complete documentation index, see [llms.txt](https://docs.accentpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.accentpos.com/features/orders/refunds.md).

# Refunds

Payments taken in the App can be refunded in the order screen or in the Cash-out. Only the full amount of each payment can be refunded, regardless of the type (card or cash).

{% hint style="info" %}
Refunds are recorded on each transaction for traceability
{% endhint %}

{% hint style="info" %}
Only a location manager can add refunds
{% endhint %}

To refund a payment from the order screen:

1. Locate the order you want to refund
2. Tap the menu icon in the top right and tap 'Refund'
3. Tap the payment you would like to refund
4. The refund is processed and the order total and tax amounts are updated accordingly
5. If you are using integrated payments, the refund will appear on the card machine for processing with the customer's card

![Menu for starting a refund in the order screen](/files/tJbbXurkEHVgzMdb7om0)

{% hint style="info" %}
The refund option will not appear if no payments have been made on the order, or if all the payments on the order have already been refunded
{% endhint %}

![Choose a payment to refund](/files/h50ZBM476MQMuXQgVGBW)


---

# 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.accentpos.com/features/orders/refunds.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.
