Forums

PCI compliance

Does exist a guide to build pci-compliant apps on pythonanywhere?

hmm- I would strongly recommend using paypal/stripe etc and to avoid storing payment data yourself.

In that case, paypal handles a lot of the information for you, and so theoretically you won't need to do that much to be pci compliant. I believe (not sure at all) what is left in that case will mainly be how you do your payment/checkout process (eg: what shopping cart system you use etc). eg: if you are sending data to paypal over an encrypted channel etc (which is either in your code, or in the shopping cart system/whatever else you use as a third party plugin).