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