> ## 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.

# Payments - Dashboard Actions

> View payment details, manually capture payments, issue a refund or view settlement details of a payment 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:

<ul>
  <li>[View Payment Details](#view-payment-details) </li>
  <li>[View Settlement Details of a Payment](#view-settlement-details-of-a-payment) </li>
  <li>[Manually Capture Payments](#manually-capture-payments) </li>
  <li>[Issue a Refund](#issue-a-refund) </li>
  <li>[Subscribe to Webhook Events](#subscribe-to-webhook-events) </li>
</ul>

## View Payment Details

Watch this video to see how to view the payment details.

<iframe width="560" height="315" src="https://www.youtube.com/embed/lgeCPKJnNHk?si=-wR4AfdbYeCv_5Cm" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />

To view the details of a payment made to your account:

1. Log in to your Dashboard.
2. Click **Transactions** → **Payments**.
3. Click a **Payment Id** to view details of the payment.

## View Settlement Details of a Payment

Watch this video to view the settlement details of a payment.

<iframe width="560" height="315" src="https://www.youtube.com/embed/vatTtGeH9vU?si=fHNUcLgFPali5CFw" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />

To view a detailed break-down of a settlement made to your account:

1. Log in to your Dashboard.
2. Navigate to **Transactions** → **Payments**.
3. Click on the specific **Payment Id** for which you want to view the settlement details.
4. In the **Payment Details** view, you can view the settlement details.
5. Click on the **settlement\_id** to view the detailed breakdown.

## Manually Capture Payments

Watch this video to capture payments manually.

<iframe width="560" height="315" src="https://www.youtube.com/embed/txOqhzbbwM4?si=bpN0HoEHcgcYVaFp" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />

To manually capture payments:

1. Log in to the Dashboard.
2. Navigate to **Transactions** → **Payments**.
3. Under the **Payments** tab, identify the authorized payment you want to capture.
4. Click the relevant **Payment Id**.
5. In the **Payment Details** pane, click **Capture Payment**.
6. A dialog box is displayed. Click **Yes, Capture**.

## Issue a Refund

You can issue refunds to your customers from the Dashboard. Know more about [issuing refunds](/docs/payments/refunds/issue).

## Subscribe to Webhook Events

You can subscribe to webhook events from the Dashboard. Know more about [Webhooks](/docs/webhooks).

To subscribe to webhook events:

1. Log in to the Dashboard.
2. Navigate to **Accounts & Settings** → **Webhooks** to subscribe to events available for payments.

The table below lists the webhook events available for payments.

| Webhook Event        | Description                                        |
| -------------------- | -------------------------------------------------- |
| `payment.authorized` | Triggered when a payment is authorised.            |
| `payment.captured`   | Triggered when a payment is successfully captured. |
| `payment.failed`     | Triggered when a payment fails.                    |

<Info>
  **Handy Tips**

  <ul>
    <li>The payload for a Webhook is a snapshot of the entity when the event occurred.
    For example, when a customer makes a payment, its status changes to `authorized`. It can then immediately move to the `captured` state.</li>
    <li>The payment can be in the `captured` state when the `payment.authorized` Webhook is fired. However, the payload for the `payment.authorized` event contains details of the events when the payment was authorised, not when it was captured.</li>
    <li>In case of network tokenised cards, the last 4 digits will be of the tokenised card and not the actual card.</li><li>The field `flow` is present only in the case of Turbo UPI Payments.</li>
  </ul>
</Info>

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

### Related Information

* [About Payments](/docs/payments/payments)
* [Payment APIs](/docs/payments/payments/apis)
