| |
| MAIN MENU |
·
·
·
·
·
·
·
·
·
·
|
|
|
| GENERIC LINK CODES (GLC) INTEGRATION MANUAL |
To copy this code use the browser FILE menu and click on COPY.
Then use the notebook program FILE menu and click on PASTE.
From there you can copy the code to your sales webpage.
RETURN-URL = the URL that delivers the product or service
NOTIFY-URL = Leave blank
CANCEL-URL = Leave blank
ADDITIONAL-INFO = Any information you want to give the purchaser [optional] or blank
You can use the following form template to create your own forms to link to Spikes Solarpay:
EXAMPLE FORM 1
<form target=" " method="post" action="http://wxy.zcom.us/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="">
<input type=hidden name="cancel_url" value="">
<input type=hidden name="SUGGESTED_MEMO" value="ADDITIONAL-INFO">
<input type=submit name="cartImage" value="BUTTON-TEXT">
</form>
|
|
|
|