|
MAIN MENU |
·
·
·
·
·
·
·
·
·
·
|
|
|
GENERIC LINK CODES (GLC) INTEGRATION MANUAL |
You can use the following form template to create your own forms to link to Pay with LogicPlus:
EXAMPLE FORM 1
<form method="post" action="http://www.pay.logicplus.org/handle.php">
<input type=hidden name=merchantAccount value="YOUR-USERNAME">
<input type=hidden name="amount" value="AMOUNT">
<input type=hidden name="item_id" value="PRODUCT-ID">
<input type=hidden name="return_url" value="RETURN-URL">
<input type=hidden name="notify_url" value="NOTIFY-URL">
<input type=hidden name="cancel_url" value="CANCEL-URL">
<input type=hidden name="SUGGESTED_MEMO" value="ADDITIONAL-INFO">
<input type=submit name="cartImage" value="BUTTON-TEXT">
</form>
|
|
|
|