Two new calls to the Transaction Details API, getUnsettledTransactionList and getBatchStatistics.
getUnsettledTransactionList returns up to 1,000 unsettled transactions per call, returning the most recent transactions. The information returned in the response will be the same as what’s returned in getTransactionList call.
getBatchStatistics returns the batch stats for a single batch like settlement state and time, charge count, decline count, etc.
For more info, check out the XML guide and the SOAP guide.
Retrieving transaction details through the Transaction Details API is Authorize.Net’s solution for developers looking to extract reporting and statistical data on existing transactions.
Gaining access to the details of previously processed transactions is important for reporting and reconciliation. The Transacton Details API allows merchants to retrieve the following sets of data:
- Batch settlement information, including statistics broken out by payment type.
- Limited transaction details for specific batch requests.
- Full transactional details for specific transaction IDs.
- Limited transaction details for unsettled transactions.
- Batch statistics by payment type for a specified batch ID.