vote up 6 vote down star
4

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

flag

75% accept rate
This may be helpful: stackoverflow.com/questions/757809/… – Dominic Rodger Apr 21 at 12:54

3 Answers

vote up 6 vote down check

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

link|flag
Payment processors supported by getpaid listed here: code.google.com/p/getpaid/… – Van Gale Apr 21 at 12:34
vote up 1 vote down

Perhaps you can find some usefull code hints/modules looking at Satchmo: Satchmo Homepage

link|flag
vote up 1 vote down

Django paypal is very cool. I've used in on couple of my projects. It is relatively easy to integrate with an existing website. Satchmo is good, if you want a full internet store, but if you want to sell just couple items from your website, which is devoted to something else, you will find Satchmo to be very heavy (a lot of dependencies to install, really complicates your admin).

link|flag
+1 I've been experimenting with Django PayPal (github.com/johnboxall/django-paypal/tree) lately and I recommend it if you just need a payment library and are using PayPal. – Van Gale May 11 at 23:30

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.