8.3.3
Setting up Authorize.Net Simple Integration Method (SIM)
For further Authorize.Net information, see
http://www.authorize.net/
To switch CactuShop to use Authorize.Net, you must edit the
paymentsystem
config setting (see 7.4.14.4) to include `authorizenet' (lower case).
The Authorize.Net scripts are:
AUTHORIZENET_mailorder.asp
AUTHORIZENET_callback.asp
These should be located on the root of the CactuShop web.
AUTHORIZENET_md5.asp
AUTHORIZENET_simlib.asp
These should be in the
includes
folder of CactuShop.
8.3.4
Config Settings Authorize.Net SIM
8.3.4.1 AUTHNET_AuthorizeNetURL
The default value is
https://secure.authorize.net/gateway/transact.dll
. It
is very unlikely this will change. Don t touch it unless Authorize.Net tells you
to.
8.3.4.2 AUTHNET_CallbackURL
This is the full URL to
AUTHORIZENET_callback.asp
. Remember,
Authorize.Net will call this script from their server it won't work if you set
the name of a script that is not on a live web server as Authorize.Net won't
have access to it!
8.3.4.3 AUTHNET_EmailCustomer
y/n determines whether CactuShop will send an email to the customer for
orders made using this gateway.
8.3.4.4 AUTHNET_EmailMerchant
y/n determines whether CactuShop will send an email to you for orders
made using this gateway.
8.3.4.5 AUTHNET_LoginID
The Login ID given to you by Authorize.Net
8.3.4.6 AUTHNET_ProcessCurrency
If you wish all orders to be processed in one currency as opposed to the
currency that the customer was viewing the site in, enter the ISO code for the
currency here, e.g. USD. If you leave this blank, the orders will be processed
in the currency that the user selected to view the site in. Note that not all
currencies you set up on CactuShop may be supported by this gateway.
8.3.4.7 AUTHNET_ReturnURL
This is where you want the user to return after the transaction is completed
(most likely your homepage). The purchaser will be given a hyperlink to
return to this location. Use a full URL beginning with http.
73
New Page 1