# Orders

### 1. Order

View your orders from Ecommerce platform

<figure><img src="/files/gMhw2YfpeGs4sFKsi9mT" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="150.33333333333331">Order Type</th><th width="339">Status</th><th>Notes</th></tr></thead><tbody><tr><td><mark style="color:blue;background-color:blue;">PENDING</mark></td><td><ol><li>Customer started the checkout process but did not complete it. </li><li>Or currently waiting for blockchain confirmation.</li></ol></td><td>This order is valid for 30 minutes.</td></tr><tr><td><mark style="color:green;background-color:green;">SUCCESS</mark></td><td>Customer has completed the checkout process and payment has been confirmed.</td><td>You can refund your customer if they provide their wallet address.</td></tr><tr><td>OVERDUE</td><td><ol><li>Customer didn't pay during 30 minutes. </li><li>Or the order is partially paid or paid wrong amount, you need to resolve it in <a href="/pages/N7jVvJ5YeHQU0KnIOU4F">"<strong>Transaction Flow</strong>".</a></li></ol></td><td></td></tr><tr><td>Refunded</td><td>A customer's order has been refunded.</td><td></td></tr></tbody></table>

###

### 2. View "**Order details**"

It indicates the fiat price and received crypto amount.

**Hash:  The only valid reference for successful transactions on blockchain.**

<figure><img src="/files/yoKPiKD7twAzUtTEQaHB" alt=""><figcaption></figcaption></figure>

### 3. Refund an **Order**

**Enter your customer's wallet address to refund an order.**

<figure><img src="/files/YfVZ3br0m9Rci8ngqcFx" alt=""><figcaption></figcaption></figure>


---

# 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.aurpay.net/product-guides/get-started/aurpay-merchant-dashboard/orders.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.
