On Mon, Jan 26, 2009 at 7:32 AM, Bernard <[email protected]> wrote: > > I've been analyzing the payment module system & what I want to do > since this morning and I think that what I want to do is quite > annoying. > > Basically, my client wants to keep the credit card numbers and doesn't > want to rely on third party companies to validate them. > > So I'll have to make my own custom app with its models, views and urls > to make these things possible. Saving the credit card data needs a > Model and a ModelForm. >
Do yourself and your client a giant favor and tell him the reasons why he absolutely must not do this: 1) The only reason *to* do it, is if he thinks he's going to use a manual processor pad, like you'd see at a retail store. This is against the merchant agreement. He could lose his merchant account. Internet purchases are not retail purchases. 2) Storing CCV numbers is against his merchant agreement, and a very bad idea from a security standpoint. He could very easily lose his merchant account. -- Bruce --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo 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/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
