Query Closing

This callback is given when the merchant initiates a refund and when the same gets success/failure.

Note: Merchant can get multiple callbacks for the same event type till the refund status reaches a terminal state. Terminal states for a refund are SUCCESS and FAILURE.

Scroll inside to view more
Parameter
Description
merchantId
Unique id for merchant.
merchantChannelId
Unique id for the channel via which request is made.
merchantCustomerId
Merchant generated unique id for customer on whose transaction the query was raised.
queryReferenceId
PSP generated unique id for the query
queryComment (optional)
The query description as was sent in the request while raising the query. Will only come if it was passed while raising the query.
queryClosingTimestamp
Timestamp of when the query was closed.
gatewayTransactionId
UPI request id that was passed in the request while raising the query
gatewayResponseCode
Response code returned by the gateway about the query status
gatewayResponseMessage
Response message returned by the gateway about the query status
gatewayReferenceId
RRN of the transaction whose query is being closed
udfParameters (optional)
Stringified json for udf parameters.