|
|
|
|
|
by techiferous
5561 days ago
|
|
Thanks for clarifying. That's my understanding of it, too. If the form that the user puts their credit card info into POSTs to your web server, then you are on the hook. Now that I think about it, the form may POST to a third party payment processing web service from your web app which prevents the user from feeling like they have left your web app. In that case, I think that your web app is off the hook for PCI compliance. |
|