I am triying to integrate HDFC payment gateway in my website. The gateway providers told me that it contains high-risk vulnerability (i.e. Amount Tampering) . Can anyone tell me, how to solve this?
This is my post page
<html>
<head>
<title>Some title</title>
</head>
<body onLoad="document.payment.submit();">
<h3>Please wait, redirecting to process payment..</h3>
<form action="payment_page" name="payment" method="POST">
<input type="hidden" value="500" name="amount"/>
<input type="hidden" value="500" name="reference_no"/>
</form>
These hidden values can be edited and redirected to bank's payment page