-1

如何在 C#.NET 中为信用卡支付处理创建 WEBSERVICE?

我想处理电子支付。我目前正在使用 PayPal,但它的成本太高了。许多公司能够在不使用网关的情况下提供电子支付。我想他们直接使用银行网络服务。

4

1 回答 1

0

I think you have to implement interface for each gateway: Authorize.net, SkipJack, Moneris, Mrw etc. Some of them give you a DLL to use their gateway or provide documentation how to make requests to API. Otherwise I think you need to implement interface for each bank you want to receive payment..

于 2012-05-24T07:22:41.523 回答