Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 Windows 商店应用程序,其中包括一个模块,应用程序用户将能够使用他们的信用卡从应用程序支付账单。
您能推荐一种安全地实现这种功能的技术吗?
打开一个webview有信用卡的表格https并使用StripeorPaypal或BraintreeorAmazon Payments来处理 cc 信息。
webview
https
Stripe
Paypal
Braintree
Amazon Payments
我不会费心自己实现这个。不是因为没有办法成功,而是因为一个原因:欺诈。
银行和票据交换所花了数年时间才弄清楚这一点。不要重新发明轮子,而是选择像 Paypal 或 Amazon Payments 这样的成熟解决方案。