cancel
Showing results for 
Search instead for 
Did you mean: 

Get E00001 error on Automated Recurring Billing (ARB) Request

Hi There!
I am getting this error while trying to test a transaction in the sandbox environment.
Code: E00001
Error: The operation has timed out
i tried both on localhost and on the server to check if i have an internet connection problem locally, but still get same results on the server too. i am developing a website for a client, if i cannot test it..... below is the live url.
dynamologic.info/abid/authorize/tests/test.php
i am running the same code you provide for php sdk on git, here is the test.php code.

define('AUTHORIZENET_API_LOGIN_ID', "######");
define('AUTHORIZENET_TRANSACTION_KEY', "######");


require_once __DIR__ . '/bootstrap.php';
require_once __DIR__ . '/AuthorizeNetARB_Test.php';

$arbtest = new AuthorizeNetARB_Test;
set_time_limit(100);
$arbtest->testAllMethods();

I just changed the startDate in the AuthorizeNetARB_Test.php file to make it work.

Waiting for someone from staff to resolve this issue. thanks in advance.

mohdabid1
Member
1 REPLY 1

We are investigating slow performance and timeouts in the sandbox.  Please refer to this thread for updates: https://community.developer.authorize.net/t5/Integration-and-Testing/Sandbox-Error-creating-charges-...

 

Richard

RichardH
Administrator Administrator
Administrator