I am using the PHP and code is returning 0 batches.
Worked fine for years and getting this from yesterday 2/28/18.
Please Help!
$response = $request->getSettledBatchList(true);
$response->xml->batchList->batch
03-01-2018 11:47 AM
Hello @vhullur
On 2/28/2018 we stopped supporting TLS 1.0/1.1 connections to our gateway. You might want to double check that your application can successfully connect to the gateway and get a response.
TLS FAQ: https://support.authorize.net/authkb/index?page=content&id=A1623
Richard
03-01-2018 12:03 PM
I checked we are good we have TLS1.2.
It looks like it connects the gateway as I am getting the response
AuthorizeNetTD_Response Object ( [xml] => [response] => ) 0 batches
03-01-2018 02:36 PM