简体   繁体   English

使用信用卡付款的ASP.NET应用程序

[英]ASP.NET application with credit card payments

I might go into a web project that involves credit card transactions, which I have not done previously. 我可能会进入涉及信用卡交易的网络项目,这是我之前没有做过的。 The transaction will go through Authorize.NET or may be PayPal. 该交易将通过Authorize.NET或可能是PayPal。

During user log-in will Forms Authentication be sufficient? 在用户登录期间,表单身份验证是否足够?

What are other considerations/.NET technologies, particularly with security that I need to research? 什么是其他注意事项/ .NET技术,特别是我需要研究的安全性?

Authentication is unnecessary unless you need to keep track of orders per specific user. 除非您需要跟踪每个特定用户的订单,否则无需身份验证。 Some eCommerce systems like nopCommerce allow guest transactions, for example. 例如,像nopCommerce这样的一些电子商务系统允许访客交易。 What you do need is a SSL certificate from a reputable certificate authority. 您需要的是来自信誉良好的证书颁发机构的SSL证书 The rest can be gathered by looking at some code samples like Authorize.Net has. 其余的可以通过查看像Authorize.Net这样的代码示例来收集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 没有信用卡管理的Paypal ASP.NET - Paypal ASP.NET without credit card management ASP.NET为信用卡字段禁用Chrome自动填充 - ASP.NET Disable Chrome Autofill for for Credit Card fields ASP.Net中的“自动”选项卡信用卡文本框 - Auto tab credit card text boxes in ASP.Net 通过ASP.NET C#进行信用卡处理 - Credit card processing through asp.net c# 在ASP.NET中接受信用卡的最佳方法是什么? (在ASP.NET和Authorize.NET之间) - What is the best way to accept a credit card in ASP.NET? (Between ASP.NET and Authorize.NET) 在文本框中输入Asp.net掩码信用卡号,然后验证和处理信用卡号 - Asp.net mask credit card number in text box as being entered followed by validation and processing of credit card number 如果有人在Asp.NET中使用PayPal或信用卡汇款,如何获得通知? - How to get a notification when someone has sent money using PayPal or Credit Card in Asp.NET? 将信用卡日期格式 MM/yy 验证为有效月份和年份。 Asp.net核心 - Validate credit card date format MM/yy to Valid Month and Year . Asp.net core 如何在ASP.NET文本框中仅允许信用卡/借记卡号格式 - How to allow only Credit/Debit card number format in ASP.NET textbox 如何获取Paypal定期付款资料的信用卡详细信息 - How to get credit card details of Paypal Recurring payments profile
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM