簡體   English   中英

將Neteller集成到我的Asp.net網站

[英]Integrating Neteller to my Asp.net website

我要花兩天時間才能將neteller集成到我的網站中,但無法獲取,以xml返回的響應包含錯誤消息,提示無效的商人/商戶密碼,我該如何獲取它們?

<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>

起初,出於安全原因,您不應將商家憑據放入隱藏的輸入中。 每個人都可以看到您的敏感數據。 在服務器端而非客戶端進行POST。

商家API密鑰可以在“開發人員”選項卡的“商家Neteller”面板上生成。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM