Tuesday, January 31, 2012

Re: online transactions with python

On Tue, Jan 31, 2012 at 5:43 AM, jj_Diego <ciegovr@gmail.com> wrote:
> Well...
>
> I'm form Perú and nowadays I'm working with my friends on a proyect
> based on python...
>
> but our first difficulty its the online transactions using  credit
> cards (visa, mastercard, diners club) in aweb store
>
> If anybody knows something or can help me... please send me an email.
>

Hi, I know about this 3 posible solutions:

• django-paypal[1] , which is a pluggable application that implements PayPal
Payments Standard and Payments Pro.

• django-authorizenet[2] , which implements Django integration with Autho-
rize.NET payment gateway. Includes SIM and AIM implementations

• Satchmo[3] payment application. Satchmo is an ecommerce framework
built on the Django framework, it includes a payment application with
support for several different payment modules including Authorize.net,
TrustCommerce, CyberSource, PayPal, Google Checkout, Sage Pay (For-
merly Protx) and Sermepa.

[1] http://github.com/johnboxall/django-paypal
[2] http://github.com/zen4ever/django-authorizenet
[3] http://www.satchmoproject.com

--
Marc

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

No comments:

Post a Comment