1

在 realexpayment 系统中处理付款时,我收到以下错误:

320
An error has occurred processing your request. Please contact the merchant whose goods or services you are purchasing quoting the following error number: 61335

有谁知道它可能是什么?

我正在发布这样的参数

<form method="POST" action="https://hpp.sandbox.realexpayments.com/pay">
<input type="hidden" name="TIMESTAMP" value="timestampvalue">
<input type="hidden" name="MERCHANT_ID" value="mymerchantid">
<input type="hidden" name="ORDER_ID" value="orderid">
<input type="hidden" name="AMOUNT" value="amount">
<input type="hidden" name="CURRENCY" value="currency(GBP)">
<input type="hidden" name="SHA1HASH" value="hashvalue">
<input type="hidden" name="AUTO_SETTLE_FLAG" value="1">
<input type="submit" value="Click To Pay">
</form>

我通过这个算法制作的哈希值:sha1(sha1(timestamp.merchantid.orderid.amount.currency).secretkey)

4

2 回答 2

6

感谢您的询问和对迟到的答复表示歉意。只有当我们的沙盒环境出现临时问题时,才会出现 320。您发送的 POST 很好,但在特定时刻环境不可用。

最好的,

肖恩·麦克多姆纳尔

Realex 支付

于 2016-10-12T11:35:28.957 回答
0

我们的错误 ID 与以下错误相同

*Error:320
Message: An error occurred processing your transaction. Please return to the merchant's  website and try again.*

我们不得不使用 3d 安全测试卡号来避免这个错误。

我们联系了 Realex 支持以解决此问题。

于 2017-07-17T13:07:52.550 回答