in reply to Credit card processing provider and Perl interface

The Business::OnlinePayment namespace is where the perl interfaces to most payment processors live. I've used Business::OnlinePayment::AuthorizeNet and I've been very happy with it (thanks Ivan!). From what I can tell about most of these is that all the APIs are pretty straightfoward and easy to use -- it's the the banking hoops you have to jump through in order to use them that is painful.

-derby
  • Comment on Re: Credit card processing provider and Perl interface

Replies are listed 'Best First'.
Re^2: Credit card processing provider and Perl interface
by proceng (Scribe) on Sep 03, 2009 at 00:58 UTC
    I actually rolled my own for Authorize.net. Their documentation on their site is extremely good (and accurate too ;-) ). The CPAN module contained a lot of overhead that just wasn't necessary for a generic "card not present" application.