Can I store a cardID from Stripe on Parse and remain PCI compliant?

隐身守侯 提交于 2019-12-09 04:29:28
Leonardo Uzon Nowaczyk

The only sensitive data that you want to avoid handling is your customers' credit card number and CVC; other than that, you're welcome to store any other information on your local machines.

As a good rule, you can store anything returned by our API. In particular, you would not have any issues storing the last four digits of your customer's card number or the expiration date for easy reference.

from: https://support.stripe.com/questions/what-information-can-i-safely-store-about-my-users-payment-information

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!