Cancel/Decline/Success PagesΒΆ

FloCash redirects your buyer back to your site at the end of the payment process. The return URL will depend on whether the transaction was successfully completed, declined or cancelled. Below is a sample cancel Page and similar pages can be created for the other options.

<html>
  <head>

    <title>Cancel Page</title>
  </head>
  <body>
    Checkout canceled.<br/>Click <a href='checkout.php'>here</a> to make another checkout.
    <a href="index.php" style="position: absolute; right: 5px; top: 5px;">Index</a>
  </body>
</html>