Authorize.net 支付网关在WooCommerce中不起作用


Authorize.net payment gateway not working in WooCommerce

我正在开发woocommerce项目。为此,我使用了 Authorize.net 支付网关插件。

付款和订单下达工作正常。但是在收到付款后,该网址不会重定向到成功页面。我想在付款完成后显示订单信息。可能是我x_relay_url错了。

我不知道如何给出那个.请告诉我一个示例网址并向我解决这个问题......

付款完成后,它显示如下消息..

                               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.

注意:它处于测试模式。

谢谢和问候..

当支付网关无法 POST 到您配置的中继响应 URL 时,通常会发生此错误。 由于 POST 来自 Authorize.Net,因此 URL 必须公开可用。

此外,如果您在沙盒中进行测试,则不应在测试模式下发送事务。 使用测试模式提交的事务仅确认 API 登录名和事务密钥是否正确,并返回 OK,但实际上不会处理和存储事务。