I am looking for a way to do a batch download of unsettled transactions. Currently, we login to authorize.net and do it manually, but I would like to write a script to do this. Can this be done?
01-28-2012 01:59 AM
http://developer.authorize.net/api/transaction_details/
getUnsettledTransactionList()
getTransactionDetails()
01-28-2012 05:10 AM