Hello,
I am encountering an issue that only seems to happen from time to time. I am using the HTTP POST method for CIM with the URL at https://api.authorize.net/xml/v1/request.api.
Occasionally, certain calls to createCustomerProfileTransaction will cause a timeout. I have our timeout threshold set to 10 seconds, which I would think would be sufficient. The majority of requests go through just fine.
The bigger issue is that these transactions actually end up still going through. Since I received no response, there's no way for me to tell whether the transaction was successful or not.
Is there a best practice to handling these issues? Should my timeout be set higher or should I be doing something else to address this?
Thanks for the help!
03-07-2013 07:47 AM
03-12-2013 02:32 PM
Thanks for the response, Joy.
It's very strange, I agree. We previously used a SOAP implementation and never experienced these timeouts. Now that we are using the XML implementation, they're happening every once in awhile. We are hitting the web service via CURL and sometimes are seeing requests that reach our time limit.
I'll increase our limit to 20 seconds and put some logging in place. Any other suggestions you have are highly appreciated.
Thank you!
03-12-2013 03:01 PM