Is anybody using USAePay and how did you get it to work with Virtuemart?
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?
Anybody?
Processing URL? Where do I locate it in order to change it?
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.