Seems that Python lacks e-commerce solutions compared to PHP and C#. Any production-ready PayPal, 2CO and Authorize.Net libraries for Python/Django?
Seems that Python lacks e-commerce solutions compared to PHP and C#. Any production-ready PayPal,
Share
You might look into Satchmo‘s source code. Satchmo is an open source e-commerce app for Django, and I’m pretty sure that it has support for a variety of payment gateways.
Their payment modules appear to work with at least PayPal and Authorize.Net from the list you gave, among others.