Also there is Braintree and Stripe, which are not Django specific nor Python 
specific, but offer nice Python APIs. I have especially heard nice things about 
Stripe 
(http://www.kalzumeus.com/2012/08/06/stripe-and-ab-testing-made-me-a-small-fortune/
 - ignore the fact that the post is about RoR, there is a Python version of the 
API too)

Braintree: https://www.braintreepayments.com/docs/python
Stripe: https://stripe.com/docs/libraries#python-library

Good luck,
- Rob

On Feb 8, 2013, at 5:46 AM, Avraham Serour wrote:

> don't forget satchmo.
> 
> In any case I believe all the shops have support for downloadable products, 
> it it a fairly common case
> 
> Usually the shops don't store cc info, they connect to some payment processor 
> like paypal, or are flexible so you can implement your own like collect on 
> delivery
> 
> avraham
> 
> 
> On Fri, Feb 8, 2013 at 3:02 PM, Carlos Edo Méndez <carlosed...@gmail.com> 
> wrote:
> Hi!
> 
> I'm looking for a django framework for e-commerce.
> I've been searching and i found LFS, Satchless, Plata... but I don't know 
> which is the most suitable for my needs.
> My project is similar to iPhone's Appstore. The content to sell is 
> downloadable and it is uploaded by third party developers or designers. I 
> also need it to be fast and easy to pay, maybe storing credit card 
> information or a similar solution.
> Do you know which framework would be best for this?
> 
> Thanks in advance,
> Carlos
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  
> 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to