Check Refund Status with Request ID APIpost https://test.payu.in/merchant/postservice.phpForm DatakeystringrequiredDefaults to JPM7FgThe merchant key provided by PayU. It is a unique identifier for the merchant account.commandstringenumrequiredDefaults to check_action_statusThe API command name. For this API, the value should be 'check_action_status'.check_action_statusAllowed:check_action_statusvar1stringrequiredThe Request ID returned when cancel_refund_transaction API was successfully executed.hashstringrequiredA hash value for security validation. It is calculated using the sha512 algorithm with the format: sha512(key|command|var1|salt).Responses 200Refund status retrieved successfully 400Bad request - Invalid parameters 500Internal server errorUpdated 21 days ago