【发布时间】:2015-05-07 19:35:42
【问题描述】:
我们已将阔叶商务应用程序与 authorize.net 开发者帐户(沙盒)集成以进行支付处理。使用Broadleaf - Authorize.net Environment Setup 当我们进行结账和刷卡支付时,我们可以填写卡的详细信息,并提交表单,从而进行支付处理,但在浏览器上得到一个白页响应,说
An error occurred while trying to report this transaction to the merchant. An e-mail has been sent to the merchant informing them of the error. The following is the result of the attempt to charge your credit card.
This transaction has been approved.
It is advisable for you to contact the merchant to verify that you will receive the product or service.
网址:https://test.authorize.net/gateway/transact.dll
如何使响应显示在实际的阔叶显示屏上? 还是我们需要做任何实现来显示响应?
使用阔叶版:3.1.8-GA
如下所示的错误屏幕:
【问题讨论】:
-
此错误表明 Authorize.Net 服务器无法 POST 到您在属性文件中配置的中继响应 URL。它必须是公开可用的,并且在标准端口 80 或 443 上。
-
我正在本地运行该应用程序,并使用 ngrok(ngrok.com)公开发布我的服务器。让我再次尝试在公共服务器上托管应用程序。
标签: payment-gateway payment authorize.net broadleaf-commerce