> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.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.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
  <span>🇺🇸 United States</span>
</div>

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/us/api/orders/fetch-all).
* [View specific details of an order using Fetch an Order with ID API](/docs/us/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/us/webhooks) and check the [sample payloads](/docs/us/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/us/payments/dashboard/reports).

### Related Information

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