5 replies [Last post]
kddailey's picture
Offline
Joined: 01/14/2009
Juice: 29

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?

hankpalan.com's picture
Offline
Joined: 05/27/2009
Juice: 9
Re: eProcessing Network payment Gateway - has authorize.net emul

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

zareen's picture
Offline
Joined: 01/20/2008
Juice: 81
eprocessing network

Any action on this? I have a client who needs this as well.

z3cka's picture
Offline
Joined: 03/09/2009
Juice: 11
Re: eprocessing network

I'm stuck in the same boat... anyone figure anything out on this?

z3cka's picture
Offline
Joined: 03/09/2009
Juice: 11
Found a solution!

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

freelock's picture
Offline
Joined: 12/15/2009
Juice: 12
New uc_epn module uploaded

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