【问题标题】:Integrating Neteller to my Asp.net website将 Neteller 集成到我的 Asp.net 网站
【发布时间】:2014-03-03 23:07:49
【问题描述】:

我花了 2 天的时间将 neteller 集成到我的网站中,但无法获得它, xml 中返回的响应包含错误提示 Invalid MerchantID/Merchant key,我怎样才能得到它们?

<form method="post" action="https://test.api.neteller.com/netdirect">
   <input type="text" name="version" value=" 4.1">
<input type="text" name="amount" size="10" value="3443" maxlength="10">
<input type="text" name="currency" value="USD" size="10" maxlength="3">
<input type="text" name="net_account" size="20" value="" maxlength="100">
<input type="text" name="secure_id" size="10" value="" maxlength="6">
<input type="hidden" name="merchant_id" value="43646">
<input type="hidden" name="merch_key" value="456453">
<input type="hidden" name="merch_transid" value="46436436" maxlength="50">
<input type="hidden" name="language_code" value="EN">
<input type="hidden" name="merch_name" value="fdghdfhgf">
<input type="hidden" name="merch_account" value="436346" maxlength="50">
<input type="hidden" name="custom_1" value="test123" maxlength="50">
<input type="hidden" name="custom_2" value="test123" maxlength="50">
<input type="hidden" name="custom_3" value="test123" maxlength="50">
<button type="submit" name="submit">Make Transfer</button>
</form>

【问题讨论】:

标签: html asp.net forms


【解决方案1】:

首先,出于安全原因,您不应将商家凭据隐藏在输入中。每个人都可以看到您的敏感数据。在服务器端而不是客户端进行 POST。

商家 API 密钥您可以在“开发者”选项卡的商家 neteller 面板上生成。

【讨论】:

    猜你喜欢
    • 2021-06-18
    • 2011-06-18
    • 1970-01-01
    • 2013-07-18
    • 1970-01-01
    • 2012-01-24
    • 2012-03-30
    • 2010-12-25
    • 1970-01-01
    相关资源
    最近更新 更多