Trans.net支持网关集成在asp.net中 [英] Trans First payment gateway integration in asp.net

查看:64
本文介绍了Trans.net支持网关集成在asp.net中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用C#.i中的Trans第一个支付网关进行检查,但它提供了红宝石和卷曲语言的支付网关。



请帮助我。



curl代码是:

How to use Trans first payment gateway in C#.i have check this but it provide payment gateway in ruby and curl languages.

please help me.

the curl code is that:

curl https://core.spreedly.com/v1/gateways/CUK6uXH1GiQnxV2kW6apTPbJoi/authorize.xml \
  -u 'Ll6fAtoVSTyVMlJEmtpoJV8S:RKOCG5D8D3fZxDSg504D0IxU2XD4Io5VXmyzdCtTivHFTTSy' \
  -H 'Content-Type: application/xml' \
  -d
'<transaction>
       <payment_method_token>HSlvaXfid2rdAGxdqVerre7kU7</payment_method_token>
        <amount>100</amount>
        <currency_code>USD</currency_code>
      </transaction>'





和我希望这些代码在c#



and i want to these code in c#

推荐答案

您可以从网页 [ ^ ],来自 [ ^ ]或者你可以阅读这个指南 [ ^ ]。



我认为如果他们没有为C#提供API,就不会有API。但仍然,请联系他们会为您提供帮助的团队。
You can learn more on that here from their web page[^], caught from[^] or you can read this guide[^] for the TransFirst.

I think if they have not provided an API for C#, there won't be an API for it. But still, do contact the team they would have something for you.


TransFirst使用Spreedly API进行交易:[ ^ ]
TransFirst uses the Spreedly API for tranactions: [^]
"Spreedly.Net is a library to encapsulate simple usage of SpreedlyCore.com's API through the asynchronously-capable Microsoft .NET Framework 4 HTTP Client Libraries."

也可通过NuGet获得。

Also available via NuGet.


这篇关于Trans.net支持网关集成在asp.net中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆