Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Storing Credit Card Information

Can I store my users' credit card's expiration date & last 4 digits? The reasons for this is so we can notify the user that their card is about to expire and that they should change their account over to their new card. Storing the last four digits will allow the user to identify what card they have stored with our system.

like image 925
Ryan Bigg Avatar asked Mar 11 '09 04:03

Ryan Bigg


People also ask

What is the best way to store credit card information?

You should store paper documents with credit card numbers locked in a safe place such as a safe when not in use and restrict access. Electronic storage of credit card numbers is also standard if, for example, you perform recurring or recurring transactions.

Can you store credit card details on paper?

To store credit card information on paper, you must cross it out with a dark pen to make the security code unreadable after completing the transaction and before storing a paper authorization form.

Are you allowed to store credit card information in documents or emails?

PCI DSS requirement 4.2 states that credit card information must not be captured, transmitted, or stored via email.

Can I keep credit card numbers on file?

The credit card number must be filed in a secure location, in a safe or under lock and key. Credit card numbers must not be stored electronically, i.e. in a spreadsheet, database, or anywhere on a computer and/or network. Once the customer relationship is finished, the credit card number should be cross-shredded.


1 Answers

There's a whole set of rules about what you can and cannot store, Google for PCI-Compliance. However, in short, yes, the expiration date and last-4 would be ok to store. The huge no-no is storing the CID number (number on the back of the card), but there are many other rules too.

Edit: This is based on the US rules.

like image 192
Walden Leverich Avatar answered Sep 28 '22 19:09

Walden Leverich