<!DOCTYPE html>
<html>
<head>
<title>Payment Success</title>
<script type=”text/javascript”>
window.onload = function() {
// Redirect to the deep link URL
window.location.href = “chartrflex://listingDetailsCLIENT”;
}
</script>
</head>
<body>
<p>Please wait, you will be redirected shortly…</p> </body> </html>