- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Relay response not comming in sandbox (DirectPost)
Hi,
Authorize.net stopped to send transaction data to relay response in sandbox mode. I'm getting email notification saying:
Your script timed out while we were trying to post transaction results to it.
The relay response URL is available publickly. Could anyone help?
โ05-16-2019 01:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is it also on port 80 or 443? You relay response cannot be on a non-standard port.
Richard
โ05-16-2019 02:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is on port 80. Sandbox is operating in live mode as well as x_test_request param is set to false in request.
โ05-16-2019 10:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am almost certain the issue has 0 to do with auth.net and is related to your script that intercepts the relay. Post your relay response script here and I will look at it when Iโm killing time.
โ05-16-2019 11:19 PM - edited โ05-16-2019 11:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Renaissance , that is actually standard Magento 2 module (this is not a single file). As I said it was working fine yeasterday morning, but now it doesn't. There is no incoming request from Authorize.net in access.log file of the web server which means that Authorize.net either didn't send any request to relay response URL or it couldn't reach it for some reason. When I initiate POST request to the same relay url using curl or a browser I see a record of it in access log of the web server as well as payment.log of magento.
โ05-17-2019 12:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@RichardH , @Renaissance, thank you for your help. I tried today to place an order again and now everything works fine. I didn't change anything in the code and settings so looks like there was an issue on Authorize.net side, or maybe there is limit of transactions per sandbox account.
โ05-17-2019 07:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ05-27-2019 06:34 PM

