【问题标题】:Payfort Integration with Asp.Net MVC from server sidePayfort 从服务器端与 Asp.Net MVC 集成
【发布时间】:2017-06-27 01:53:02
【问题描述】:

目前,我们正在以下表格中分配值并将数据发布到 payfort。哪个很好用!!

<form method="post" action="https://sbcheckout.payfort.com/FortAPI/paymentPage" id=form1 name=form1>
<input type="hidden" name="signature" />
<input type="hidden" name="command" />
<input type="hidden" name="merchant_reference" />
<input type="hidden" name="amount" />
<input type="hidden" name="access_code" />
<input type="hidden" name="merchant_identifier" />
<input type="hidden" name="currency" />
<input type="hidden" name="language" />
<input type="hidden" name="customer_email" />
<input type="hidden" name="payment_option" />
<input type="hidden" name="order_description" />
<input type="hidden" name="return_url" />

But when we post the data throw above method it shows the credential information to others

有什么方法可以将数据从我们的控制器发布到 payfort 并重定向到发布的 URL?

【问题讨论】:

    标签: c# asp.net-mvc asp.net-mvc-4 payfort


    【解决方案1】:

    是的,您可以使用 .Net 客户端库 https://github.com/payfort/start.net 将数据发布到 payfort

    调用payfort的步​​骤。

    1) 生成卡片令牌
    传递打开的钥匙和卡的详细信息。

    2) 使用卡令牌创建费用

    3) 获取费用金额

    【讨论】:

    • 404 页面未找到
    【解决方案2】:

    您可以使用:https://github.com/payfort/payfort-dotnet-sdk/ 这是来自 payfort 的官方 dotnet SDK

    【讨论】:

      猜你喜欢
      • 2012-10-27
      • 2020-07-19
      • 1970-01-01
      • 2013-01-28
      • 1970-01-01
      • 1970-01-01
      • 2021-04-04
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多