Re: credit card information processing
Quote:
Originally posted here by littlenick
the question is can a perticular web site store users credit card info in its database?
They can and do.
Quote:
I mean is there any law about it?
That is probably locality-specific.
Quote:
If not then can that site claim to be secure ?
i mean if credit card information is stored in there database then they can't be secure can they?
It is reasonable for customers of a site which collects credit card information to assume that the site has adequate security against any security compromise. A security compromise would allow an attacker to collect CC numbers, whether they are stored in a database or not.
Quote:
And if i am right what changes can be made in this project?
Many payment service providers allow you to use an API to make repeat purchases from a card without needing to store its details in your own database. In fact, they do this by storing the CC details on your behalf.
Ask your PSP whether they support this feature and integrate with it. Then you can do what your want without storing the details.
Slarty