1
Answers
Vote up!
0
Vote down!

Storing credit card data

How can I store credit card data on my database and fulfill de requirements from PCI compliance?
Encryption method, how to avoid hacking, etc.
Thanks.

Asked by: lumogox
on August 15, 2012

1 Answer

Vote up!
0
Vote down!

Not recommended.

http://drupal.org/project/commerce_cardonfile

This module provides an API and user interface for storing and resuing credit card data.

"The module does not retain full card numbers locally but instead stores the remote ID of the full card data from the payment gateway used to validate and process your credit card transactions. This means card on file data will only be good for a single payment gateway; if you change payment gateways or accounts, your stored card data may no longer be usable."

and

"This module must be used in conjunction with a supporting payment method module to have any effect. Payment method modules seeking to integrate Card on File support should refer to the (forthcoming) developer documentation or view the Commerce Authorize.Net module's CIM integration for an example."

Josh Miller
Answer by: Josh Miller
Posted: Sep 6, 2012