【问题标题】:realexpayment(payment system) test account causes errorrealexpayment(支付系统)测试账户导致错误
【发布时间】:2017-02-14 17:34:01
【问题描述】:

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

【问题讨论】:

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


    【解决方案1】:

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

    最好的,

    肖恩·麦克多姆纳尔

    Realex 支付

    【讨论】:

      【解决方案2】:

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

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

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

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

      【讨论】:

      • 您好 Prageeth,欢迎来到 SO!我认为您的回答可能更适合作为评论。
      • 很高兴听到您找到了问题的原因。您可以通过解释如何诊断它,特别是在其他地方看到该问题时,哪些证据可以识别此问题,从而使您的答案对未来的读者更有帮助。
      • @Koresh 我记得下一次:)
      猜你喜欢
      • 2021-01-30
      • 2017-03-01
      • 1970-01-01
      • 2012-10-10
      • 2018-08-06
      • 2015-01-18
      • 1970-01-01
      • 1970-01-01
      • 2012-09-04
      相关资源
      最近更新 更多