Fetch Single Refund

Use this API to fetch a specific refund processed on your Cashfree Account.

Click to view the detailed response parameters and response codes.

Response Parameters

ParameterDescription
statusStatus of API call. Values are - OK and ERROR
messageResponse message (will have the reason when the status is sent as ERROR)
refundThe refund details available below will be shown.

Refund Objects

ParameterDescription
refundId (float)Id of the refund
orderId (string)Merchant order id that is passed during payment request
arn (string)Acquirer Reference number that was generated for this refund
refernceId (string)Cashfree reference id of the transaction
txAmount (string)Transaction Amount
refundAmount (string)Amount supposed to be refunded
refundNote (string)Note provided during refund initiation
processed (string)Refund processing status (Values will be YES or NO)
initiatedOn (string)DateTime of refund initiation
processedOn (string)DateTime of refund processing (Will be blank for unprocessed ones)

Response Codes

Sub CodeStatusDescription
200OKappId missing in the request
200OKsecretKey missing in the request
200OKProvide refundId or merchantRefundId to get refund status
Language