# Orders

The Orders section in the Merchant Portal gives you full visibility into all payments initiated through the sandbox, whether via the Demo Store or custom checkout flows. It serves as your transaction log and monitoring console for evaluating test activity.

### What You Can Do

In the Orders view, you can:

* See a list of all your test transactions with:
  * Transaction ID
  * Date and time
  * Payment method used
  * Amount
  * Current status (e.g., Authorized, Captured, Failed)
* Download a report of the transactions found in your search in CSV format. The Download button is located in the top-right corner of the screen.
* Click on any order to open a detailed view, which includes:
  * Full data about particular transaction
  * Download the details of a specific transaction or order. The Download button is located in the top-right corner of the transaction detail screen.
* Filter orders by:
  * Status (e.g., only “Authorized”)
  * Payment method (e.g., only “Card”)
  * Date range
* View which test shop the order was created from

<figure><img src="/files/7NbTqY800AymkPugyFOd" alt=""><figcaption><p>Orders</p></figcaption></figure>

{% hint style="info" %}

* All transactions shown are mocked and created using sandbox payment flows.
* Status changes (e.g., capture or refund) may appear automatically depending on test flow.
* The Orders view does not generate live alerts or settlement actions.
  {% 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://doc.ecomm.api.tietoevry.com/e-commerce-payment-gateway/sandbox-guide/merchant-portal-home-page/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.
