简体   繁体   中英

drupal credit card security

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.

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)

如果要使用drupal或任何其他技术来处理信用卡交易,则需要遵守“ 支付卡行业数据安全标准(PCI DSS)”

I agree with Piskvor. If you're not 100% sure what you're doing, I think you're better off using existing code that has been tried and tested by the community. Have a look at Pay module .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM