Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • You should probably read about PCI DSS. Unless you have very very strong security measures in place (which go waaaay beyond SSL/TLS), you are not allowed to save the card number, and in all cases, you should never display it. So as suggested by yitzih, you should find a payment gateway that lets you tokenise the information. Note also that you are never allowed to store the card security code. Commented Aug 29, 2018 at 22:06
  • Hello, thanks for your comment. Are you sure about not being allowed to store the CVV? Is there any documentation about it I could send to the boss? Commented Aug 30, 2018 at 8:09
  • blog.pcisecuritystandards.org/… and pcisecuritystandards.org/pdfs/pci_fs_data_storage.pdf would be a good starting point Commented Aug 30, 2018 at 9:33