Re: E-Commerce - Payment

2011-04-06 Thread Shawn Milochik
I'll just add in that you do *not* want to ever have access to the credit card numbers. That obligates you to be PCI-DSS compliant, and that's not something you want to deal with if you don't have to. So yes, use a trusted third-party as everyone else has already said. Not just because they

Re: E-Commerce - Payment

2011-04-06 Thread Isaac XxX
Thank you a lot for your explanation. These concepts are really new for me, and now seems to be some light on this issue. On Wed, Apr 6, 2011 at 9:04 AM, Kenneth Gonsalves wrote: > On Wed, 2011-04-06 at 08:56 +0200, Isaac XxX wrote: > > And then, some advice at how to

Re: E-Commerce - Payment

2011-04-06 Thread Kenneth Gonsalves
On Wed, 2011-04-06 at 08:56 +0200, Isaac XxX wrote: > And then, some advice at how to manage "credit card gateways"? or some > information source about it? basically a credit card gateway is a company (usually a very big company) which will process your credit cards for you. All you need to do

Re: E-Commerce - Payment

2011-04-06 Thread Isaac XxX
Thanks for advice and responses, I will take a look at payment gateway solutions, looking for one well fit to me On Wed, Apr 6, 2011 at 8:56 AM, Mike Ramirez wrote: > On Tuesday, April 05, 2011 11:25:12 pm Isaac XxX wrote: > > Hi folks, > > > > > Paypal seems to be clear at

Re: E-Commerce - Payment

2011-04-06 Thread Isaac XxX
And then, some advice at how to manage "credit card gateways"? or some information source about it? Sorry if this is a beginner question, but is my first e-commerce application, and had never deal with payments and credit card information. On Wed, Apr 6, 2011 at 8:37 AM, Kenneth Gonsalves

Re: E-Commerce - Payment

2011-04-06 Thread Mike Ramirez
On Tuesday, April 05, 2011 11:25:12 pm Isaac XxX wrote: > Hi folks, > > Paypal seems to be clear at how to manage, but Use a gateway service, much easier and less costly. >I don't know really how to manage credit card data:? can be stored? Yes but the infrastructure is important on how all

Re: E-Commerce - Payment

2011-04-06 Thread Kenneth Gonsalves
On Wed, 2011-04-06 at 08:25 +0200, Isaac XxX wrote: > Paypal seems to be clear at how to manage, but I don't know really how > to > manage credit card data: can be stored? shall I transfer directly that > ssl > channeled data to my bank? shall I manage it handly? are you *sure* you want to

E-Commerce - Payment

2011-04-06 Thread Isaac XxX
Hi folks, after some time spent in investigating django solutions for shopping carts, i got satchmo as my one. I've developed a custom shopping cart, and this app is ready to be published. The problem arised when I started to look for some information about how to manage payments: all information