# How do I process a refund?

Refunds are processed from the Merchant Admin. You can issue a full or partial refund for any paid order.

1. Go to **Sales > Online Orders > General** and search for the order by order number using the search bar in the top-right corner.

   ![](/files/YnLQy4PVlvs4eGcXrxhz)
2. Click the order to open it.
3. Select **Refund**.

   ![](/files/U6oSbMVvk4y7cqmNLH7Z)
4. Enter the refund amount.

   ![](/files/kVuGPMQv4GTZfLmnWlC3)
5. Select **Refund** to confirm.

   ![](/files/paQ05SDPuqVSsbUbBEpf)

The refund is returned to the customer's original payment method.

{% hint style="warning" %}
Voiding an order does not automatically process a refund. If payment was already collected, use the **Refund** button to return funds separately.
{% endhint %}


---

# 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://www.oddle.me/docs/help-center/orders-and-operations/how-do-i-process-a-refund.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.
