Online payment module

Kushal Kumaran kushal.kumaran+python at gmail.com
Tue Aug 4 16:25:55 EDT 2009


On Tue, Aug 4, 2009 at 12:41 AM, Sam Tregar<sam at tregar.com> wrote:
> Hello all.  I'm considering building a module to provide a
> cross-payment-gatewat API for making online payments.  In the Perl world we
> have a module like this called Business::OnlinePayment
> (http://search.cpan.org/~jasonk/Business-OnlinePayment-2.01/OnlinePayment.pm).
>
> Is there anything like this in Python?  My searches so far haven't turned up
> anything.  If I don't find one I'll probably build one, covering PayPal and
> Authorize.net to start.  If anyone is interested in discussing the project
> and/or getting involved shoot me an email.
>

Not really familiar with this area, but have you seen these?

http://code.google.com/p/pypaypal/
http://www.geteasyshop.com/front-page

-- 
kushal



More information about the Python-list mailing list