GET
/
orders
/
{order_id}
/
refunds
/
{refund_id}

Authorizations

x-client-id
string
headerrequired

Client app ID. You can find your app id in the Merchant Dashboard.

x-client-secret
string
headerrequired

Client secret key. You can find your secret in the Merchant Dashboard.

Headers

x-api-version
string
default: 2023-08-01required

API version to be used. Format is in YYYY-MM-DD

x-request-id
string

Request id for the API call. Can be used to resolve tech issues. Communicate this in your tech related queries to cashfree

x-idempotency-key
string

An idempotency key is a unique identifier you include with your API call. If the request fails or times out, you can safely retry it using the same key to avoid duplicate actions.

Path Parameters

order_id
string
required

The id which uniquely identifies your order

refund_id
string
required

Refund Id of the refund you want to fetch.

Response

200 - application/json

The refund entity

cf_payment_id
string

Cashfree Payments ID of the payment for which refund is initiated

cf_refund_id
string

Cashfree Payments ID for a refund

order_id
string

Merchantā€™s order Id of the order for which refund is initiated

refund_id
string

Merchantā€™s refund ID of the refund

entity
enum<string>

Type of object

Available options:
refund
refund_amount
number

Amount that is refunded

refund_currency
string

Currency of the refund amount

refund_note
string

Note added by merchant for the refund

refund_status
enum<string>

This can be one of ["SUCCESS", "PENDING", "CANCELLED", "ONHOLD", "FAILED"]

Available options:
SUCCESS,
PENDING,
CANCELLED,
ONHOLD
refund_arn
string

The bank reference number for refund

refund_charge
number

Charges in INR for processing refund

status_description
string

Description of refund status

metadata
object

Key-value pair that can be used to store additional information about the entity. Maximum 5 key-value pairs

refund_splits
object[]
refund_type
enum<string>

This can be one of ["PAYMENT_AUTO_REFUND", "MERCHANT_INITIATED", "UNRECONCILED_AUTO_REFUND"]

Available options:
PAYMENT_AUTO_REFUND,
MERCHANT_INITIATED,
UNRECONCILED_AUTO_REFUND
refund_mode
enum<string>

Method or speed of processing refund

Available options:
STANDARD,
INSTANT
created_at
string

Time of refund creation

processed_at
string

Time when refund was processed successfully

refund_speed
object

How fast refund has to be proecessed