Click to view the detailed response parameters and response codes.
Parameter | Description |
---|
status | Status of API call. Values are - OK and ERROR |
message | Response message (will have the reason when the status is sent as ERROR) |
refund | The refund details available below will be shown. |
Parameter | Description |
---|
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) |
Sub Code | Status | Description |
---|
200 | OK | appId missing in the request |
200 | OK | secretKey missing in the request |
200 | OK | Provide refundId or merchantRefundId to get refund status |