Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<HTML>
<HEAD>
<TITLE>Example OneClick HTML page</TITLE>
</HEAD>
<BODY>
<form action="https://secure.gotoBilling.com/gateway/transact.php" method="POST">
<input type="hidden" name="x_show_form" value="PAYMENT_FORM">

<!-- Replace this value with your valid Merchant ID -->
<input type="hidden" name="x_login" value="234568">

<!-- Enter pre-set amount, or leave blank to allow customer to enter an amount -->
<input type="hidden" name="x_amount" value="1.00">

<!-- Enter a description for the payment -->
<input type="hidden" name="x_description" value="My Order">

<!-- Receipt page the response will be redirectredirected to, un-comment to use -->
<!-- <input type="hidden" name="x_relay_url" value="http://www.mydomain.com/thankyou.html"> -->

<input type="submit" value="Accept Order">
</form>
</BODY>
</HTML>

...