realexpayment(支付系统)测试帐户导致错误

时间:2016-10-06 05:22:06

标签: php payment-gateway payment payment-processing realex-payments-api

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

我使用此算法制作的hashvalue:sha1(sha1(timestamp.merchantid.orderid.amount.currency).secretkey)

2 个答案:

答案 0 :(得分:2)

感谢您的询问并为迟到的回复道歉。只有在我们的Sandbox环境出现临时问题时才会出现320。您发送的POST很好,但在特定时刻环境不可用。

最佳,

SeánMacDomhnall

Realex付款

答案 1 :(得分:0)

我们的错误ID与

下面的错误相同
*Error:320
Message: An error occurred processing your transaction. Please return to the merchant's  website and try again.*

我们必须使用3d安全测试卡号来避免此错误。

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