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

# Refunds APIs

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

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

### Related Information

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

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