For sake of simplicity this example shows the basic capability. Enhancements can be easily added.
In this example a book is being sold for $29.95. The html
link looks like
<a
href="http://www.globalcheck.com/cgi-bin/echeck.cgi?mid=14411111"><img
src="check.gif" border="noborder"></a>
You can force the amount of the check to be a required amount by
adding '&amount=29.95' to the end of the link as follows:
<a
href="http://www.globalcheck.com/cgi-bin/echeck.cgi?mid=14411111&amount=29.95"><img
src="check.gif" border="noborder"></a>