php ccavenue 支付网关错误,如 10002
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/28645846/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
ccavenue payment gateway errors like 10002
提问by Sandeep Tiwari
I am using cc-avenue kit for integration in zend. I have used the code which is provided by cc-avenue but when try to checkout from my site it gives an error
我正在使用 cc-avenue 工具包在 zend 中进行集成。我使用了 cc-avenue 提供的代码,但是当尝试从我的网站结账时,它给出了一个错误
Code: 10002 Merchant Authentication failed.
Don't worry... It happens to the best of us.
in cc-avenue url .
在 cc-avenue 网址中。
回答by John Simon
Error Code: 10002 Explanation: WHMCS system URL is not matching with the URL setup at CCAvenue MCPG gateway settings. For an example If your WHMCS system URL be http://subdomain.yourdomain.comthen at your CCAvenue MCPG gateway settings page the URL should be http://subdomain.yourdomain.com. Also note http or https should also be matched.
错误代码:10002 解释:WHMCS 系统 URL 与 CCAvenue MCPG 网关设置中的 URL 设置不匹配。例如,如果您的 WHMCS 系统 URL 是http://subdomain.yourdomain.com,那么在您的 CCAvenue MCPG 网关设置页面,URL 应该是http://subdomain.yourdomain.com。还要注意 http 或 https 也应该匹配。
回答by Mahendran Sakkarai
The problem is you have missed to add the value for the field "Merchant Id". In every kit provided by ccavenue there is field called "Merchant Id"will be available in the form. Please use the merchant id provided by ccavenue. You can get the "Merchant Id" in your ccavenue admin panel.
问题是您错过了添加字段"Merchant Id" 的值。在 ccavenue 提供的每个套件中,表格中都有一个名为“Merchant Id”的字段。请使用ccavenue提供的商户ID。您可以在 ccavenue 管理面板中获取“商家 ID”。
Hope it will helps.
希望它会有所帮助。
回答by Thangaraj
A quick note to those looking at this error when using woocommerce plugin from https://wordpress.org/plugins/ccavenue-payment-gateway-woocommerce/: Depending on if CCavenue has switched you to their new setup you may need to use the older version of this plugin - v1.2.3
使用https://wordpress.org/plugins/ccavenue-payment-gateway-woocommerce/ 中的woocommerce 插件时查看此错误的人的快速说明:根据 CCavenue 是否已将您切换到他们的新设置,您可能需要使用此插件的旧版本 - v1.2.3
This resolved the problem I had.
这解决了我遇到的问题。