Django payment processing

django, python

Solution

The most developed Django solution is Satchmo with support for Authorize.Net, TrustCommerce, CyberSource, PayPal, Google Checkout, and Protx.

The new kid on the Django block is django-lfs which looks like only support for PayPal at the moment, and even that may not be complete.

For general Python the main player is getpaid

Problem

Can anyone suggest any good payment processing libraries for python/django?

Original source

Related problems