简体   繁体   English

如何在C#应用程序内接受信用卡付款?

[英]How do I accept credit card payments inside a C# app?

How do I accept credit card payments inside a C# app? 如何在C#应用程序内接受信用卡付款? I'll use some textboxes for the inputs but what gateway do I contact to complete the transaction? 我将使用一些文本框作为输入,但我联系哪个网关来完成交易? I don't mind working with any service, paid or free. 我不介意使用任何服务,付费或免费。

Any ideas how I can do this? 我有什么想法可以做到这一点? Thanks. 谢谢。

Payment Service Providers/Gateways generally provide their own APIs/SDKs in various development languages. 支付服务提供商/网关通常以各种开发语言提供自己的API / SDK。

You can also purchase libraries that have already integrated to many of these to help implement your solution quickly or run multiple payment options. 您还可以购买已集成到其中许多库中的库,以帮助快速实施解决方案或运行多个付款选项。 eg: http://www.dotnetcharge.com/ 例如: http//www.dotnetcharge.com/

With regards security, in our experience, it makes sense to integrate in such a way that you pass the user over to the 3rd party provider for processing rather than take or store credit card details within your own system. 关于安全性,根据我们的经验,以这样的方式集成是有意义的,即您将用户传递给第三方提供商进行处理,而不是在您自己的系统中获取或存储信用卡详细信息。

您可以结账Paypal,Authorize.net,Google Checkout以及其他任何商家。

您可以从Chase Paymentech或Litle获得样品来源和优惠价格。

Check out the Sample Code for IP Commerce at GitHub: https://github.com/ipcommerce 在GitHub上查看IP Commerce的示例代码: https//github.com/ipcommerce

Note: You will need to create a project at https://my.ipcommerce.com in order to get access to the sandbox environment. 注意:您需要在https://my.ipcommerce.com上创建项目才能访问沙箱环境。

Full Disclosure: I work for IP Commerce and among many other things, we provide the fastest way to connect to processors like Chase Paymentech, Vantiv, First Data, etc. We also provide a tokenization service that will take the card-storage burden off of your application, eliminating your PCI Compliance. 完全披露:我在IP Commerce和其他许多方面工作,我们提供连接Chase Paymentech,Vantiv,First Data等处理器的最快方式。我们还提供一种令牌化服务,可以减轻卡片存储负担。您的应用程序,消除您的PCI合规性。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM