Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13
  1. #11
    Join Date
    Sep 2006
    Location
    earth
    Posts
    49
    Plugin Contributions
    0

    Default Re: NMI Gateway problem?

    Hi Kids -

    I actually went through this once before. When 1.39a was released, the NMI gateway module broke. In talking with NMI, they advised my to use the Authorize.net (/includes/modules/authorizenet_aim.php) module and modify it as follows:

    near line 507, replace

    $url = 'https://secure.authorize.net/gateway/transact.dll';
    $devurl = 'https://test.authorize.net/gateway/transact.dll';
    $dumpurl = 'https://developer.authorize.net/param_dump.asp';
    $certurl = 'https://certification.authorize.net/gateway/transact.dll';

    with:

    $url = 'https://secure.networkmerchants.com/gateway/transact.dll';
    $devurl = 'https://secure.networkmerchants.com/gateway/transact.dll';
    $dumpurl = 'https://secure.networkmerchants.com/gateway/transact.dll';
    $certurl = 'https://secure.networkmerchants.com/gateway/transact.dll';

    I did that and all was once again zen!
    --
    So Zenned That I Don't Need Shoes

  2. #12
    Join Date
    Jul 2007
    Posts
    35
    Plugin Contributions
    0

    Default Re: NMI Gateway problem?

    When using this solution, do you have to set up a merchant account through authorize.net or can you still use your existing NMI account??

    I'm just confused how to set it up in the store control panel, I've already modified the file and reuploaded it with my FTP client.

  3. #13
    Join Date
    Apr 2009
    Posts
    3
    Plugin Contributions
    1

    Default Re: NMI Gateway problem?

    Quote Originally Posted by XCAdam89 View Post
    When using this solution, do you have to set up a merchant account through authorize.net or can you still use your existing NMI account??

    Adam, no, you do not need an Authorize.NET gateway account.

    Using the Authorize.NET emulation method, you are leveraging the Authorize.NET module, but submitting the request directly to the gateway. (We understand their format and respond back in their format, thus, the module works)

    You will simply map your existing gateway username/password to the Authorize.NET plug-in API User ID/transaction key respectively.

    Give us a call at 847-352-4850x2 if you would like further assistance.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. NMI/Merchant One Paymeent Gateway
    By jon7173 in forum Addon Payment Modules
    Replies: 2
    Last Post: 3 Aug 2017, 12:26 AM
  2. v151 Edge paymentsas a payment processor and NMI as a gateway
    By Billy Boy in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 8 Jan 2014, 01:32 AM
  3. NMI payments: missing order comments
    By IllusionGuy in forum Addon Payment Modules
    Replies: 20
    Last Post: 3 May 2013, 09:21 PM
  4. NMI addon problem
    By Deirdre in forum Addon Payment Modules
    Replies: 2
    Last Post: 7 Jan 2011, 02:09 AM
  5. Replies: 3
    Last Post: 18 Jul 2010, 10:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg