Credit card transactions in Rails?

What are most rails sites using to do credit card transactions?

Has anyone written a module to run transactions through
eFunds/ClearCommerce? If not, I will just rewrite my old PHP code…

Thanks,

Steven

Hi Steven,

You might look at the active merchant library here:
http://home.leetsoft.com/am

It has classes for several payment gateways and adding a customized
class for your gateway would likely be easier than coding an entire
payment library from scratch. That’s what I’ve done for my gateway
(psigate.com) and it has been fairly simple to do.

Take care,
Sean

On 25-Jun-06, at 9:40 AM, Steven Talcott S. wrote:

Posted via http://www.ruby-forum.com/.


Rails mailing list
[email protected]
http://lists.rubyonrails.org/mailman/listinfo/rails


ALIEN8 RECORDINGS
P.O. BOX 666, STATION R
MONTREAL, QC
CANADA, H2S 3L1

http://www.alien8recordings.com

i’ve been impressed with

http://payment.rubyforge.org/