Search code examples
checkoutpci-dsspci-compliance

Storing Debit Card Information for Online Use


If I need to store Debit Card information, what fields will have to be stored?

For example, with Credit Cards the fields are

  • Card Number
  • Expiration month/year
  • Cardholder's Name
  • Zip (sometimes)
  • CCV (sometimes)

What about for Debit Cards? Do I need to store a PIN?


Solution

  • If you are storing CCV, then you are BIG TIME in violation of PCI-DSS. Never store the CVV, your client will be fined for doing so.