如何通过 C# Web 服务处理信用卡购买

发布于 2024-11-16 00:21:29 字数 273 浏览 2 评论 0 原文

我们正在为客户设计一款 iPhone 应用程序,需要创建一个供用户购物的店面。除了如何处理用户的信用卡信息之外,我已经了解了该应用程序的所有内容。我们正在执行此操作的客户有一台运行 Microsoft RMS 的服务器,他也用该服务器处理来自其网站和商店的订单。

我们应该如何将购买的商品从 iPhone 传递到服务器,有什么想法吗? (我们正在用 C# 设计服务器端)我们的客户现在如何处理这些付款,以便我们可以轻松地与他们的系统集成,有什么想法吗? (他使用 Microsoft RMS)

谢谢!

We are designing an iPhone app for a client and need to create a store front where users make purchases. I have everything figured out about the app, except how to process the credit card information from the users. The client we are doing this for has a server running Microsoft RMS, which he uses to process orders from his website and stores as well.

Any ideas how we should pass the purchases from the iPhone to the server? (we are designing the server side in c#) And any ideas how our client may be processing those payments now, so that we can integrate easily with their systems? (he uses Microsoft RMS)

Thank you!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱格式化 2024-11-23 00:21:29

这个问题被问及回答的次数多得我数不清。
应用程序内计费)

如何在 除了这些信息之外,您还应该查看:

其中专门讨论了 MS RMS 方法。

我相信您可以设置 RMS 以从 SQL 数据库导入记录...我会对此进行研究,因为我认为您可以更轻松地直接通过您选择的网关处理 .NET 中的事务,并且将生成的记录批量导入 RMS 系统。

该公司声称提供的产品可能会让您的生活更轻松,但我从未使用过它,或者之前听说过它:

http://internettechnologies.com.au/rms.html

与此同上:

http://www.kosmoscentral.com/ecommerce/rms-integration

否则,关于 iPhone <-->服务器,我建议你检查一下设置一个使用 JSON 的 WCF 服务......或者研究一下目标 C Soap 客户端代理生成器......但是,说实话,JSON 在上处理起来要容易得多。 iPhone。

从其他线程复制我的答案:

有很多建立电子商务网站的方法;

如果您没有任何经验,并且不想参与任何“复杂”的事情,我建议您使用由其他人托管的可定制网络“店面”,预先集成信用卡处理等。网上有很多这些选项。只需在谷歌中搜索“网络店面”即可。雅虎!甚至有这样的服务:

http://smallbusiness.yahoo.com/ecommerce/sellonline.php< /a>

除此之外,与 PayPal 等公司集成非常容易。他们有从最基本的各种选项(使用链接将某人发送到带有查询字符串参数的网站,让 PayPal 知道用户想要购买什么):

https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/home

超出该级别,您将需要注册商家帐户,或其他类似的服务,例如authorize.net(我喜欢的)提供的服务:

http://www.authorize.net/

您可以购买适用于大多数主要 Web 开发平台(如 .NET、JSP 等)的组件。完美的例子是 dotnetcart。这些组件提供开箱即用、易于设置的与主要 CC 处理公司的集成,以及开箱即用的购物车实现:

http://www.dotnetcart.com/

最后,大多数商家服务/支付网关都提供用于直接集成的 Web 服务。

PS.) 永远不要存储 CC 号码; )

This question has been asked and answered more times than I can count.
( How can I bill within an application )

In addition to that information, you should also check out:

Which talks specifically about a MS RMS approach.

I believe you can setup RMS to import records from a SQL database... which I'd look into, because I think that it will be a lot easier for you to process the transactions in .NET directly through your gateway of choice, and batch the resulting records for import into the RMS system.

This company claims to offer a product that might make your life easier, but i've never used it, or heard about it before now:

http://internettechnologies.com.au/rms.html

Ditto with this one:

http://www.kosmoscentral.com/ecommerce/rms-integration

Otherwise, regarding iPhone <--> Server, I'd suggest you check out setting up a WCF service which uses JSON.... or look into the objective c soap client proxy generators.... but, honestly, JSON is just much much easier to deal with on the iPhone.

Copy of my answer from the other thread:

There are lots of ways to go about setting up e-commerce sites;

If you don't have any experience whatsoever, and don't want to get into anything "complicated", i would suggest going with a customizable web "storefront" hosted by someone else, pre-integrated with credit card processing, etc. There are tons of options for these online. Just search google for "web storefront". Yahoo! even has such a service:

http://smallbusiness.yahoo.com/ecommerce/sellonline.php

Going beyond that, It's pretty easy to integrate with someone like PayPal. They have all sorts of options from the most basic (use a link to send someone to their site with query string parameters to let paypal know what the user wanted to buy):

https://cms.paypal.com/us/cgi-bin/?&cmd=_render-content&content_ID=developer/home

Beyond that level, you will need to signup for a merchant account, or other similar sort of service, like the one offered by authorize.net (who I like):

http://www.authorize.net/

There are components you can buy for most major web development platforms like .NET, JSP, etc. Perfect example is dotnetcart. These components provide out-of-the-box, easy-to-setup integrations with major CC processing companies, as well as out-of-the-box shopping cart implementations:

http://www.dotnetcart.com/

Finally, most merchant services / payment gateways provide web services for direct integration.

PS.) Never ever ever store CC numbers ; )

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文