Frequently Asked Questions (FAQs)
Find answers to frequently asked questions about Refunds via Razorpay Curlec.
Find answers to commonly asked questions about refunds.
You can issue partial or full 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 MYR.
Watch Out!
Razorpay Curlec issues immediate refunds. Once a refund is issued, it cannot be canceled or reversed.
If your current balance is less than the amount you are trying to refund, you can either initiate the refund once you receive further payments or you can
to your account from the Dashboard.4. 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.
5. 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
processedstatus 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
pendingstatus.
In all scenarios, rely on the refund.processed webhook for the final, verified status update to ensure your application records are correct.
For major e-commerce platforms like Shopify, WooCommerce or Magento, you typically do not integrate the Refund API directly into your website's code.
The process works automatically through the platform's administration panel:
- Initiate Refund: Log in to your Shopify (or platform) Admin Panel.
- Select Order: Locate the order you wish to refund.
- Process Refund: Use the platform's native Refund button or feature.
The platform's installed Razorpay plugin or application then automatically calls the necessary Refund API on your behalf to process the refund via Razorpay.
Handy Tips
You only need to integrate the Refund API directly if you are using a custom-built website or application, not a standard e-commerce platform.
Was this page helpful?
ON THIS PAGE