VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: endo on May 02, 2012, 20:47:38 PM

Title: USAePay?
Post by: endo on May 02, 2012, 20:47:38 PM
Is anybody using USAePay and how did you get it to work with Virtuemart?
Title: Re: USAePay?
Post by: endo on May 02, 2012, 22:48:59 PM
I found this:



To emulate your current Authorize.net gateway you will need to do the following:

    Change the processing (submit) URL to

https://secure.usaepay.com/gateway/transact.dll

    For sandbox developer mode change 'secure' to 'sandbox' in the URL
    Populate the x_login field with the USAePay generated source key. If the source does not fit into x_login, break it up into two without any separating characters and populate the second half into the x_tran_key field.




My question is, where do I change the processing (submit) URL?
Title: Re: USAePay?
Post by: endo on May 04, 2012, 03:23:43 AM
Anybody?

Processing URL?  Where do I locate it in order to change it?
Title: Re: USAePay?
Post by: alatak on May 06, 2012, 15:20:48 PM
Hi,

I have added in the authorize.net configuration 2 parameters:
Authorize.net hostname
and
Authorize.net Sandbox hostname

I think this solves your problem.