post https://api.paymitro.com/Secure/API/PAN/NSDL/Generateurl
PROCESS
Call Generate Url api with valid parameter define above. and In Response, in success case encdata and Url will received .
You have to auto redirect POST form to response url with encdata field having response value.
<form method="post" action="URL received from generate url API">
<textarea name="Encryption_Data" style="display:none">Value Received from Generate URL API</textarea>
<input type="submit" value="Submit">
</form>