eProcessing Network payment Gateway - has authorize.net emulator

5 replies [Last post]
Joined: 01/14/2009
Juice: 23

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?

Joined: 05/27/2009
Juice: 9

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

Joined: 01/20/2008
Juice: 59

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

Joined: 03/09/2009
Juice: 10

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

Joined: 03/09/2009
Juice: 10

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

Joined: 12/15/2009
Juice: 7

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