我在模拟一个AVS错误并显示-
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.
The transaction has been declined because of an AVS mismatch.
The address provided does not match billing address of cardholder.屏幕上没有其他东西,url指向https://test.authorize.net/gateway/transact.dll
我不想把这个选项给客户端,而不需要像后退按钮那样的指令类型。其他模拟错误通常停留在表单页面上。
发布于 2014-07-21 01:24:19
当Authorize.Net试图与您的网站的中继响应页面联系时,它没有在指定的时间内成功响应,则会发生此错误。Authorize.Net在他们的网站上提供了更多细节。
https://stackoverflow.com/questions/24845535
复制相似问题