2017-02-09 49 views
0

当前,我们正在以下面的形式分配值并将数据发布到payfort。哪些工作正常!从服务器端与Asp.Net MVC进行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发布?

回答

0

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

步骤调用payfort到payfort。

1)生成卡令牌
传递开放密钥和卡详细信息。

2)用卡令牌创建负责

3)捕获的电荷量

如果你需要编写代码,请让我知道awais_shabir()的Hotmail()COM

+0

如果你需要编写代码,请让我知道 – user3027900

+0

可否请您在Github上传代码, –