what are the best security features (settings,modules) provided by drupal according to credit card transaction?. Do you have any additional prevention techniques .If possible post important and necessary setting points also please.
what are the best security features (settings,modules) provided by drupal according to credit card
Share
Most importantly, don’t handle the CC data at all. There are several payment processors which provide a payment API and handle the CC processing for you. That way, you don’t need to worry about PCI DSS or about escaped CC#s (and the resulting PR brouhaha) when your database is compromised.
(it may seem I’m dodging the question here, but every time we’ve done a calculation of costs in process cards ourselves/have a processor do it, the roll-your-own approach would bring high initial costs and considerably higher maintenance costs, plus higher risks. OTOH, payment processor will cost you something, but takes this risk+PCI DSS off you)