Check Action Status with PayU IDpost 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_statusvar1stringrequiredPayU ID (mihpayid) for which the action status is to be fetched.var2stringenumrequiredDefaults to payuidLookup type, which should be set to 'payuid' to indicate that the API should query using the PayUID (mihpayid).payuidAllowed:payuidhashstringrequiredA hash value for security validation. It is calculated using the sha512 algorithm with the format: sha512(key|command|var1|salt).Responses 200Action status retrieved successfully 400Bad request - Invalid parameters 500Internal server errorUpdated 21 days ago