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

# Frequently Asked Questions (FAQs)

> Find answers to frequently asked questions about Refunds via Razorpay and IRCTC 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>

<AccordionGroup>
  <Accordion title="How do I initiate a refund?">
    You can issue partial or full refund using:

    * [Dashboard](/docs/us/payments/refunds/issue#issue-refunds).
    * [APIs](/docs/us/api/refunds).

    By default, the entire amount is refunded. If you issue a partial refund, ensure the partial refund option is selected and enter the desired value in USD.

    <Warning>
      **Watch Out!**

      Razorpay issues immediate refunds. Once a refund is issued, it cannot be canceled or reversed.
    </Warning>
  </Accordion>

  <Accordion title="Do you charge for a refund?">
    No, we do not charge for the regular refunds. However, fees charged for a captured payment are not reversed.
  </Accordion>

  <Accordion title="I am unable to refund a payment. What do I do?">
    If your current balance is less than the amount you are trying to refund, you can initiate the refund once you receive further payments.
  </Accordion>

  <Accordion title="When a refund is initiated, can its status remain 'pending' until settlement? How should I track the final status (processed/failed)?">
    Yes, a refund status can remain in a 'pending' state, particularly when the refund cannot be processed instantly. This state indicates that the refund has been accepted by Razorpay but is still being processed by the bank or payment network.

    The **`refund.processed` webhook** is the **most reliable and recommended** way to receive the final status update (Processed, Failed or Reversed).

    We strongly suggest implementing **both** the Refund API response handler (for immediate status) and the **`refund.processed` webhook** (for the definitive final status update) to ensure reliable status tracking and update your inventory/ledger accurately.
  </Accordion>

  <Accordion title="Do all refunds (including Instant Refunds) always return a 'processed' status instantly via the Refund API?">
    No, not all refunds return 'processed' instantly.

    * **Instant Refunds (Optimum Speed):** If the refund is successfully processed instantly, the API response will typically show a `processed` status immediately or shortly after.
    * **Normal Refunds (Standard Speed) or Failed Instant Refunds:** If the refund defaults to the normal processing speed (5-7 business days) or if the API call is synchronous but the bank processing takes time, the initial API response might return a **`pending`** status.

    In all scenarios, rely on the **`refund.processed` webhook** for the final, verified status update to ensure your application records are correct.
  </Accordion>
</AccordionGroup>
