Application functionality calls for saving Credit Card details for future ease. Need to investigate if any specific security design exists for this

拟墨画扇 提交于 2019-12-13 14:09:03

问题


Hi i Need to know if any specific security design exists for saving credit card details of user for future use.Actually iam developing an application in android and its like an app market selling products and i want to implement this functionality ie payment through credit card.


回答1:


DO NOT save user credit card data on a device! There's just no way to make it secure. A device can get lost or stolen. You'll have to implement a secure user login to your server and store the CC data there.




回答2:


If you want to charge a user's credit card at future dates you would use a service like [Authorize.Net's Customer Information Manager (CIM)][3] to create payment profiles for your customers. Basically you're storing credit card information on Authorize.Net's servers and whenever you want to receive a payment from a customer you tell Authorize.Net to charge the amount due to that payment profile.

They even just released SDKs for Andorid and iOS.



来源:https://stackoverflow.com/questions/8050348/application-functionality-calls-for-saving-credit-card-details-for-future-ease

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