【发布时间】: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