Looking for a payment gateway module for eProcessingNetwork.com. They have an authorize.net emulator that may be useful. Has anyone already done this or willing to create? If so, at what price and timeframe?
eProcessing Network payment Gateway - has authorize.net emulator
Disclaimer: This solution requires that you edit some code in the uc_authorizenet.module file. I know this is not the best practice, but it works.
See the "Authorize.Net Emulation" section at: http://www.eprocessingnetwork.com/Utilities.html
replace the line that has this: https://secure.authorize.net/gateway/transact.dll
with this: https://www.eProcessingNetwork.Com/cgi-bin/an/order.pl and it should work.
I am interested in learning how to make this into its own UC Module that acts as a standalone payment gateway. Will post here if I ever do it.
Hope that helps.
-Casey
Hi,
In need of this myself, along with recurring payments, I created this module:
http://www.ubercart.org/contrib/14613
It turns out eProcessingNetwork does not support the Authorize.net API for recurring payments, or storing customer info, so I used their "Transparent Database Engine" (TDBE) API and implemented it natively.
This is only tested on current Ubercart 2.0 releases. Recurring functionality is written for the development version of uc_recurring, and will probably not show up if you have earlier versions installed--and I was unable to properly test recurring payments in a test account...
Let me know if it works for you!
Cheers,
John


I need this functionality as well and I'm willing to pay. Is anybody interested?