简体   繁体   中英

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, 2CO and Authorize.Net libraries for Python/Django?

EDIT:

  1. http://github.com/johnboxall/django-paypal
  2. http://www.djangosnippets.org/snippets/969/
  3. E-commerce: http://www.satchmoproject.com/
  4. http://code.activestate.com/recipes/456361/
  5. http://code.google.com/p/django-cart/
  6. http://www.chickenwingsw.com/paypal-on-python

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM