> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Orders - Dashboard Actions

> View Order details, subscribe to webhook events and view reports from the Razorpay Dashboard.

You can use the Dashboard to perform the following actions:

* [View Order Details from Dashboard](#view-order-details-from-dashboard)
* [Subscribe to Webhooks](#subscribe-to-webhook-events)
* [View reports](#reports)

## View Order Details From Dashboard

To view order details:

1. Log in to the Dashboard.
2. Select **Transactions** from the left menu and click **View All** on the **Orders** tab.
3. A list of all the orders is displayed.
4. Click an **Order Id** to view the details of the order.

### View Order Details Using API

* [View all orders using Fetch Orders API](/docs/api/orders/fetch-all).
* [View specific details of an order using Fetch an Order with ID API](/docs/api/orders/fetch-with-id).

## Subscribe to Webhook Events

Subscribe to Webhook events available for orders to receive notifications.

To subscribe to Webhook events:

1. Log in to the Dashboard.
2. Navigate to **Accounts & Settings** → Webhooks to subscribe to any of the following events:

The table below lists the webhook events available for orders.

| Webhook Event | Description                                   |
| ------------- | --------------------------------------------- |
| `order.paid`  | Triggered when an order is successfully paid. |

Know more about [Webhooks](/docs/webhooks) and check the [sample payloads](/docs/webhooks/orders).

## Reports

Detailed insights can be gained using reports and real-time data on the Dashboard. These reports can then be used for accounting and reconciliation purposes. Know more about [reports](/docs/payments/dashboard/reports).

### Related Information

* [About Orders](/docs/payments/orders)
* [Orders APIs](/docs/payments/orders/apis)
