Inquiry All Refunds

This API Help to get Inquiry All Refunds

Response Payload:

{
    "merchant_data": {
        "merchant_id": 11565,
        "order_id": "E37L74P3A65P660"
    },
    "order_data": {
        "order_status": "REFUNDED",
        "plural_order_id": 33890,
        "amount": 200,
        "order_desc": "TEST"
    },
    "payment_info_data": [
        {
            "acquirer_name": "RazorPay",
            "captured_amount_in_paisa": "0",
            "refund_amount_in_paisa": "200",
            "payment_completion_date_time": "NA",
            "payment_id": "1013170",
            "payment_status": "REFUNDED",
            "payment_response_code": "1",
            "payment_response_message": "NA",
            "rrn": "NA",
            "unique_request_id": "E37L74P3A65P660",
            "refund_id": "1013279",
            "payment_mode": "WALLET",
            "gateway_transaction_id": "rfnd_Iqghc3OQbb3A7w"
        }
    ]
}
{
    "merchant_data": {
        "merchant_id": 11471,
        "order_id": "nbpay293279392667184"
    },
    "order_data": {
        "order_status": "PARTIAL_REFUNDED",
        "plural_order_id": 96874,
        "amount": 10000,
        "order_desc": null
    },
    "payment_info_data": [
        {
            "acquirer_name": "Edge",
            "captured_amount_in_paisa": "0",
            "refund_amount_in_paisa": "200",
            "payment_completion_date_time": "NA",
            "payment_id": "1257333",
            "payment_status": "REFUNDED",
            "payment_response_code": "1",
            "payment_response_message": "NA",
            "rrn": "NA",
            "unique_request_id": "nbpay293279392667184",
            "refund_id": "1257377",
            "payment_mode": "CREDIT_DEBIT",
            "gateway_transaction_id": "7630357"
        }
    ]
}

Response Parameters

Parameter NameTypeDescription
merchant_idstringunique merchant id
order_idstringunique order id.
order_statusstringstatus of the order.
plural_order_idstringunique plural order id.
amountlongamount in paise.
order_descstringorder arrangement.
acquirer_namestringacquirer name.
captured_amount
_in_paisa
stringcaptured amount in paisa.
refund_amount
_in_paisa
stringrefund amount.
payment_completion
_date_time
stringpayment completion
date time.
payment_idstringunique payment id.
payment_statusstringpayment status.
payment_response
_code
stringpayment response codes.
payment_response
_message
stringShort payment message about code.
rrnstringRRN number.
unique_request_idstringunique request id.
refund_id stringuniquerefund id.
payment_modestringpayment mode.
gateway_transaction_idstringgateway payment id.
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!