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 <[email protected]>wrote: > 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 is to pass them the information like bill amount. The customer will > interact with them and pay to them. They will then intimate you as to > the success or failure of the payment and return the customer to your > site. You then proceed. Usually integration with the gateway is done > through an integration kit which the company gives you. Basically a few > scripts written in php or jsp or whatever. They will also give you some > sort of password and an url to send the info to. If you check the > archives of this list, you will find any number of recommendations of > gateways to use. The important thing is that the contract with the > gateway will be between them and your client, and neither you nor your > client will ever be held liable for mistakes. (of course if you are > dealing in leaked cables, the gateway may suddenly ditch you). > -- > regards > KG > http://lawgon.livejournal.com > Coimbatore LUG rox > http://ilugcbe.techstud.org/ > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

