Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/232.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php realexpayment(支付系统)测试帐户导致错误_Php_Payment Gateway_Payment_Payment Processing_Realex Payments Api - Fatal编程技术网

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

Php realexpayment(支付系统)测试帐户导致错误,php,payment-gateway,payment,payment-processing,realex-payments-api,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="htt

在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:sha1sha1timestamp.merchantid.orderid.amount.currency.secretkey

感谢您的查询,并对回复延迟表示歉意。只有当我们的沙箱环境出现临时问题时,才会出现问题。您发送的帖子很好,但环境在特定时刻不可用

最好的

塞恩·麦克多姆纳尔


Realex Payments

感谢您的询问,并对延迟回复表示歉意。只有当我们的沙箱环境出现临时问题时,才会出现问题。您发送的帖子很好,但环境在特定时刻不可用

最好的

塞恩·麦克多姆纳尔


Realex支付

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

*Error:320
Message: An error occurred processing your transaction. Please return to the merchant's  website and try again.*
我们必须使用3d安全测试卡号来避免这个错误


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

我们的错误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我下次记得:你好,Prageeth,欢迎来到SO!我认为你的回答更适合作为评论。很高兴听到你找到了问题的原因。你可以通过解释你是如何诊断的,特别是在其他地方看到的时候,哪些证据可以识别这个问题,从而使你的答案对未来的读者更有帮助。@Koresh我下次记得: