在 ASP.NET 中接受信用卡的最佳方式是什么? (ASP.NET 和 Authorize.NET 之间)
我是创建商业网站的新手,现在我需要通过互联网销售软件,我不知道从哪里开始。
我正在使用 ASP.NET,并正在考虑使用 Authorize.NET 来验证和处理信用卡。
我正在寻找一个可以安装在单个服务器上的稳定、可信的解决方案。我的第二个目标(除了在线销售产品之外)是熟悉流行且大型企业使用的购物车软件。也许我应该从 MS Commerce 服务器开始?
I'm new to creating commerce websites, and now that I need to sell software over the internet, I'm not sure where to start.
I'm using ASP.NET and am considering using Authorize.NET to validate and process the credit cards.
I'm looking for a stable, trusted solution that I can install on a single server. My secondary goal (besides selling products online) is to become familiar with shopping cart software that is popular, and in use by large businesses. Perhaps I should start with MS Commerce server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这里有一百万个选项,但如果您正在编写代码,最简单的代码方式是使用 http://sharpauthorize。 com/
There are a million options here, but if you are writing the code, the easiest way code-wise is to use http://sharpauthorize.com/
Authorize.Net 非常容易使用 ASP.NET 实现
基本上您可以通过 3-4 种方式进行交易:
例如:
*下面是进行交易的CIM功能示例,AIM与CIM非常相似,唯一的区别是tokanization *
这是如何拆分响应消息(格式和顺序将针对响应的网络服务上的所有交易/进行固定)
=== ===============================AIM 代码
CIM 代码(托坎化(卡不存在方法)
Authorize.Net is Very easy to implement with ASP.NET
Basically you can make transaction in 3-4 ways:
Eg:
*Below is a sample of CIM function to make a transaction, AIM is very much similar to CIM only difference is tokanization *
This is how to split the Reponse Msg (Format and Order will be FIXED for all transaction/ on web service responsed )
==================================AIM Code
CIM CODE (Tokanisation (Card not present method)