【发布时间】: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>
【问题讨论】:
-
Neteller 是 Neteller 支付网关
-
您可能需要考虑使用 API 包装器而不是 github.com/Sire/neteller-rest-api(发布问题时不存在)。