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

# Refunds APIs

> List of Refunds APIs to perform actions like creating, viewing and updating refunds.

You can use the Refunds APIs to perform various actions. You can perform a few of these actions by logging in to the Dashboard as well.

## List of Refunds APIs

The table below lists the various Refunds APIs and gives a brief description of each API:

| API                                                                                    | Description                                                     |
| -------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Create a Normal refund](/docs/api/refunds/create-normal)                              | API to create a Normal refund                                   |
| [View multiple refunds for a payment](/docs/api/refunds/fetch-multiple-refund-payment) | API to retrieve multiple refunds for a payment                  |
| [View refund for a specific refund](/docs/api/refunds/fetch-specific-refund-payment)   | API to retrieve details of a specific refund made for a payment |
| [View all refunds](/docs/api/refunds/fetch-all)                                        | API to view details of all refunds                              |
| [View refund details by refund id](/docs/api/refunds/fetch-with-id)                    | API to retrieve refund details using the refund id              |
| [Update refund](/docs/api/refunds/update)                                              | API to update the 'Notes' field of an existing refund           |

### Related Information

<ul>
  <li><a href="/docs/payments/refunds" target="_blank">About Refunds</a></li>
  <li><a href="/docs/payments/refunds/normal" target="_blank">Normal Refund</a></li>

  <li><a href="/docs/payments/refunds/batch" target="_blank">Batch Refund</a></li>
  <li><a href="/docs/payments/refunds/issue" target="_blank">Issue Refunds</a></li>
  <li><a href="/docs/payments/refunds/subscribe-to-webhooks" target="_blank">Subscribe to Webhooks</a></li>
  <li><a href="/docs/payments/refunds/faqs" target="_blank">Refunds FAQs</a></li>
</ul>
