Payment Gateway Support

Authorize.Net Emulator Quick Start Guide

The Authorize.Net Emulator allows merchants to use the Authorize.Net payment module that is available in most third party shopping carts. Simply change the 'POST TO' URL within the Authorize.Net payment module to point to 1stpaygateway's gateway and your account will be up and running within minutes.

Instructions

Locate the Authorize.Net Aim Payment Module in your shopping cart and change the 'POST TO' URL: FROM: https://secure.authorize.net/gateway/transact.dll TO: https://secure.1stpaygateway.net/secure/gateway/aegateway.aspx

  • Authorize.Net API login = Your Transaction Center ID (Issued by 1stpaygateway)
  • Authorize.Net Transaction Key = Your Gateway ID (Issued by 1stpaygateway)
  • MD5 Hash = Your Transaction Center ID (Issued by 1stpaygateway)

You can find your Transaction Center ID and Gateway ID in your Transaction Center in Security Settings Gateway Options.

Gateway Information

Examples

The examples provided here are for several popular third party shopping carts that are integrated with Authorize.Net. The instructions below will show how quickly and easily you can set up the Authorize.Net Emulator to work with your third party shopping cart.

Magento

  1. Login to the Magento Admin Panel.
  2. Across the top are 9 tabs. Hover over the "System" tab and select "Configuration" from the pull-down menu.
  3. Under the "SALES" tab, click "Payment Methods".
  4. Go to the "Authorize.Net" pull-down menu. Make sure this is enabled.
  5. For "API Login ID", enter your Transaction Center ID.
  6. For "Transaction Key", enter your Gateway ID. (You can find this in your Transaction Center in Security Settings Gateway Options.)
  7. Make sure the Authorize.Net payment module is not in "Test" mode; otherwise orders will only seem successful.
  8. For "Gateway URL" use the following: https://secure.1stpaygateway.net/secure/gateway/aegateway.aspx
  9. Select the credit card types you will be accepting.
  10. Click the "Save Config" button in the top right hand corner of your browser.

OpenCart

  1. Modify the existing Authorize.Net payment module located at: /catalog/controller/payment/authorizenet_aim.php
  2. Change the 'POST TO' URL:
    FROM: https://secure.authorize.net/gateway/transact.dll
    TO: https://secure.1stpaygateway.net/secure/gateway/aegateway.aspx
  3. Login to the OpenCart Admin Console.
  4. Across the top are 7 tabs. Hover over the "Extensions" tab and select "Payments" from the pull-down menu.
  5. Under "Payment Method", enable the "Authorize.Net AIM" payment module.
  6. For "Login ID", enter your Transaction Center ID.
  7. For "Transaction Key", enter your Gateway ID. (You can find this in your Transaction Center in Security Settings Gateway Options.)
  8. "MD5Hash" is optional. For "MD5Hash", enter your Transaction Center ID.
  9. Select "Live" for "Transaction Server" and "Transaction Mode".
  10. Set "Status" to "Enabled".

ShopSite

  1. Go into the store data folder.
  2. Modify the anet.aa file
    FROM: ANET_ACGI: /gateway/transact.dll
    TO: ANET_ACGI: /secure/gateway/aegateway.aspx
  3. For "API Log In", enter your Transaction Center ID.
  4. For "Transaction Key", enter your Gateway ID. (You can find this in your Transaction Center in Security Settings Gateway Options.)

VirtueMart

  1. Log into the Joomla Admin Panel.
  2. Hover over the "Components" tab and select "VirtueMart".
  3. On the left-side menu, go to "Store" "List Payment Methods".
  4. Click on "Credit Card" "AN".
  5. Click on the "Configuration" tab. Make sure this is enabled.
  6. For "Authorize.Net Server Hostname", change to "secure.1stpaygateway.com".
  7. For "Authorize.Net API Login ID", enter your Transaction Center ID.
  8. To set up the Transaction Key, click on "Show / Change the Transaction Key".
  9. Enter your Joomla Administrator Password and click "Continue".
  10. For "Current Transaction Key", enter your Gateway ID. (You can find this in your Transaction Center in Security Settings Gateway Options.)
  11. Type in your Joomla Administrator Password again and click "Submit".
  12. Click the "Save" button in the top right hand corner of your browser.
  13. Modify the existing Authorize.Net payment module located at: /administrator/components/com_virtuemart/classes/payment/ps_authorize.php On lines 398 and 636 in ps_authorize.php, change the 'POST TO' URL:
    FROM: $result = vmConnector::handleCommunication( "https://$host:443/gateway/transact.dll", $poststring );
    TO: $result = vmConnector::handleCommunication( "https://$host:443/secure/gateway/aegateway.aspx", $poststring );

WordPress + Shopp

  1. Modify the existing Authorize.Net Payment Module located at: opencart/catalog/controller/payment/authorizenet_aim.php On lines 20 & 21 in authorizenet_aim.php, change the 'POST TO' URL:
    FROM: $url = 'https://secure.authorize.net/gateway/transact.dll'
    TO: $url = 'https://secure.1stpaygateway.net/secure/gateway/aegateway.aspx
  2. Log into your WordPress Admin Console and enable "Authorize.Net" in your Shopp plugin.
  3. For "API Log In", enter your Transaction Center ID.
  4. For "Transaction Key", enter your Gateway ID. (You can find this in your Transaction Center in Security Settings Gateway Options.)

Zen Cart

  1. Modify the existing Authorize.Net payment module located at: /includes/modules/payment/authorizenet_aim.php On line 521 in authorizenet_aim.php, change the 'POST TO' URL:
    FROM: $url = 'https://secure.authorize.net/gateway/transact.dll'
    TO: $url = 'https://secure.1stpaygateway.net/secure/gateway/aegateway.aspx'
  2. Log into your Zen Cart Admin Console.
  3. Under "Modules" "Payment", enable the "Authorize.Net AIM" payment module.
  4. For "API Log In", enter your Transaction Center ID.
  5. For "Transaction Key", enter your Gateway ID. (You can find this in your Transaction Center in Security Settings Gateway Options.)
  6. For "MD5 hash", enter your Transaction Center ID.

Article written by Stacey D.