in reply to Credit card processing provider and Perl interface

We use Chase Paymentech.

For years, I've used a module called Exact::Transaction that was provided by Chase. I've also recently come across a CPAN module written by Cory 'G' Watson, called Business::OnlinePayment::PaymenTech. clicky link

I haven't had time to review the CPAN module as of yet, but the one provided by the vendor works very well.

Steve

  • 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 vit (Friar) on Sep 02, 2009 at 17:49 UTC
    Could you please give me a link to this module in Chase you use. Strangly I could not find it.

      Although I got the software for free from Chase a couple of years ago, the license with the software states that it is "non-transferable", so I'd better not host it on a website like I was going to to.

      I wasn't able to find the program itself on their website, but here is a link to their API site.

      Perhaps you could contact their support and ask more specific questions. The package is named "Scotia", and it's core module is "Exact::Transaction"

      Steve