payment.php 534 Bytes
<html>
	<head>
		<title>Merchant Checkout Page</title>
	</head>

	<body>
		<center><h1 style="margin-top: 20%">Please do not refresh this page...</h1></center>
		<form action="<?= $requestUrl ?>" method="post" id="BayanPay_online_payment">
			<input type="hidden" name="requestParameter" value="<?= $requestParameter ?>">
		</form>
		<script type="text/javascript">
			document.addEventListener("DOMContentLoaded", function(event) { 
				document.getElementById("BayanPay_online_payment").submit();
			});
		</script>
	</body>
</html>