Get Payment Details (Cryptogram)post https://test.payu.in/merchant/postservice.phpQuery Paramsformconstenumrequired2Allowed:2Form DatakeystringrequiredDefaults to JPM7FgThis parameter must contain the merchant key provided by PayU while onboarding.commandconstenumrequiredThe command name for this REST API call is get_payment_details.get_payment_detailsget_payment_detailsAllowed:get_payment_detailsvar1stringrequiredThe user credentials are posted in this parameter in the following format: MerchantKey:UserIdvar2integerrequiredThe card token of the card (cardToken) is specified in this parameter.var3integerrequiredThe amount of the transaction.var4stringrequiredThe currency used for the transaction. If this parameter is left blank, the currency is considered as INR by default.var5stringrequiredThe cardToken type is specified in this parameter and can be any of the following: If this parameter is left blank, the default value will be PAYU.hashstringrequiredThe hash must be included in this parameter. The format is: sha512(key|command|var1|salt) sha512HeadersContent-Typeconstenumrequiredapplication/x-www-form-urlencodedAllowed:application/x-www-form-urlencodedResponse 200OKUpdated 6 months ago