- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Slow response to sandbox;
There have been earlier comments on this, but none current, so I'm staring again.
I'm hitting https://apitest.authorize.net/xml/v1/request.api and waiting 40-50 seconds for a response. This is both from a test client (Paw) and from the web page:
โ06-27-2016 06:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's down to 27 seconds in come cases. Just tested via a different network and it was 40 seconds.
I need to know if this how it works, if so, it's not useful.
If this is just how a sandbox account works, then I need a way to end test posts to a live account, which doesn't look like is avaialble anymore if I read that right.
โ06-28-2016 11:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just bouncing this again to see if anyone from authroize.net would like to comment...
Thanks.
โ10-19-2016 02:24 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @leehinde
Are you seeing this problem consistently or intermittently? It might also help to understand how you are connecting to the sandbox, if via SDK or API. Is the delay for any transaction or just specific transaction types?
Richard
โ10-19-2016 02:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's every time I try.
Both from the api reference web page: https://developer.authorize.net/api/reference/index.html
And I constructed a hit in Paw https://paw.cloud/ to see if it was different.
The first sample in the api reference (authentication) is fast. It's the second example, Charge a Credit Card, that takes 30-40 seconds to respond.
โ10-19-2016 02:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ10-19-2016 04:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Go to the example page at https://developer.authorize.net/api/reference/index.html
- Provide the credentials needed at the top of the page under Authentication and the Sandbox Credentials tab.
- Click "Send" under the Try It tab. ( I am using json, but the format doesn't change the response time.)
- Scroll down to Charge A Credit Card
- The credentials entered above should be entered in the sample there.
- Click the Try It tab.
- Click the Send button.
โ10-19-2016 04:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Very odd. When I test using the api reference, I get a response almost immediately. Tested using multiple workstations on different networks. Same results.
I also checked with our support team who monitor our systems. They run automated tests against this exact method both via API and API Reference Try it page with a response in the range from 300ms to 1900ms.
Richard
โ10-20-2016 08:10 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@RichardH That's actually good news. I was hoping it was some idiosyncracy in my setup. Although, as I said, I tried on a different network as well. I'll keep working with it.
Thanks for testing.
โ10-20-2016 08:37 AM