Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django payment processing [closed]

Tags:

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

like image 861
sleepyjames Avatar asked Apr 21 '09 12:04

sleepyjames


2 Answers

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

like image 134
Van Gale Avatar answered Oct 01 '22 15:10

Van Gale


There is Django payments application called Mamona which currently supports only PayPal. It can be used with any existing application without changing it's code. Basically, it can use any exiting model as order.

like image 38
emesik Avatar answered Oct 01 '22 16:10

emesik