|
Authorize.Net Integration Methods (SIM) Scripts Help.
Note: This Methods applies only to ScS v4.2 the new version v5.0 has Authorize.Net intergraded to ScS v5.0, and there is no need to use this option.
To facilitate the conversion from Web Link and Relay Response to SIM, sample scripts programmed in several popular languages are available for you to download. You can use these sample scripts to create your own scripts. Once installed on your Web server, or embedded in HTML pages you create, your script performs the complicated encryption process and submits the transaction to the gateway for processing.
Select on of those tree option compatible with your server, you can contact you server administrator to find out the one easy to install on there server. The most popular one is Pert, but the ASP will be the easiest to work with.
Contact the Authorize.net support to help you on make the necessary change on the Script, to insert your "loginid" and "txnkey", and help to install the script.
Sample SIM Scripts provided by Authorize.Net |
| Secure link scripts in "ASP" |
Download ASP Scripts |
| Secure link scripts in "Perl CGI" |
Download Perl Scripts |
| Secure link scripts in "PHP" |
Download PHP Scripts |
On the Shopping Cart System you need to change the "Send Form Configuration" on "Utilities".
Select "Enter your on line of code..." then copy and past the text below to last box modifying the options on red to your "Login ID" and correct path information. The path needs to be change to point one of the script selected above sim.pl , sim.asp or sim.php
<form name='Send' OnSubmit='if (CheckField()) return true; else return false;' target='_blank' method=post action='http://www.yourdomain.com/cgi-bin/sim.pl'> <input type=hidden name='x_version' value='3.1'> <input type=hidden name='x_login' value='Login ID'> <input type=hidden name='x_show_form' value='payment_form'>
Change the "Cutomize Files Names" to:
Items Order: x_description Total Order: x_amount
You can test the script before upload the store, by using in your computer.
If you need more help on make this script configuration you need to contact Authorize.net support at:
E-mail: support@authorize.net Tel: 1-877-447-3938
Note: USA Sat, Inc. are not responsible for any change on the service of Authorize.net, any help or special configuration on the script needs to be made by Authorize.net.
|