Replies: 0
This error received from oxipay team :
While the transaction has completed successfully there is still the issue of the asynchronous callback.
This callback is designed to inform the merchants server the result of a transaction in the event that the browser redirect does not occur.
More information about this can be found here: http://docs.oxipay.co.nz/developer_resources/checkout_process/
Both the callback and browser redirect inform the merchants servers of the outcome of a transaction, approved or declined.
The issue with your transaction is that the callback we send to your servers is returning a 403 forbidden error.
AsyncCallback: TransactionID 120851, Platform: WooCommerce, URL: https://www.*****.com/checkout.html/order-received/28325/?key=wc_order_5b20a4ef1eff3&utm_nooverride=1,
Status Code: Forbidden, Reason Phrase: Forbidden, Content {“x_account_id”:”41101811″,”x_reference”:”28325″,”x_currency”:”NZD”,”x_test”:”False”,”x_amount”:”59″,”x_gateway_reference”:”120851″,”x_result”:”completed”,”x_signature”:”44ea839bf1478413a2a4d0a4b9c56380414a75ec587898357452ecba63ac2725″},
This indicates that the callback is failing.
This is an issue because in the event that the browser fails to redirect, the merchants server will not be informed on the outcome of the transaction.
What I need you to investigate is why your server is returning a 403 error when we send the callback.