【问题标题】:AuthorizeNet Omnipay ErrorAuthorizeNet Omnipay 错误
【发布时间】:2015-11-21 05:49:05
【问题描述】:

我正在为我的付款方式使用omnipay 包并获得授权。 我在同一台服务器上有两个站点,一个是运行 ssl 的实时站点,另一个是仅用于测试目的且不运行 ssl。

现在,我在我们的测试站点上付款没有问题,它在我们的预期范围内运行。但是,在我们的实时站点中,这似乎很奇怪,因为在输入我的帐单信息后,它返回一个错误,上面写着:

  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.

你认为问题出在哪里?我真的需要这方面的帮助。谢谢!

【问题讨论】:

    标签: laravel ssl authorize.net omnipay


    【解决方案1】:

    这意味着您的应用程序使用的中继响应 URL 未及时(5 秒)向 Authorize.Net 返回成功响应。因此,Authorize.Net 假设该页面无法正常运行并显示该消息。

    您需要验证 URL 是否正确、没有出错,并在几秒钟内做出响应。

    【讨论】:

      猜你喜欢
      • 2014-12-07
      • 2018-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-03-23
      • 2016-03-13
      • 2020-05-19
      • 2016-11-15
      相关资源
      最近更新 更多