Does GetUnsettledTransactionList() have a maximum of 1000 rows returned?
Thanks!
06-23-2014 05:36 PM
Can someone please answer this? Its for a very important project at work.
06-24-2014 07:14 AM
It in the doc http://developer.authorize.net/api/transaction_details/
http://www.authorize.net/support/ReportingGuide_SOAP.pdf
06-24-2014 07:22 AM
Is there any creative way to get the additional unsettled transactions?
My company does A LOT OF VOLUME!
On a side note, are there transaction limitations with GetTransactionList()?
06-24-2014 08:54 AM - edited 06-24-2014 08:55 AM
I checked checking with the dept that processes transactions... we have over 4000 unsettled transactions!
How do we get to them programatically?
06-24-2014 09:25 AM
You don't saved that on your own database?
06-24-2014 09:58 AM
Many of our transactions are done programatically, however sometimes they are done manually throught the website. These transactions are not being captured by our system.
I'm building a tool to help merge this data with our DB. The issue is that here we use Invoice Number for looking up orders.
Since there is no way to directly lookup a transaction using Invoice Number, I have to parse through all of the transactions until I find the corresponding Invoice Number. Therefore I then have the TransactionID to lookup the transaction.
I don't know how to solve this problem without having access to all of the unsettled transactions?
Any ideas?
06-24-2014 10:43 AM
I really could use some help on this. It seems that the Authorize.net dll has some major limitations.
06-24-2014 12:58 PM
Many of our transactions are done programatically, however sometimes they are done manually throught the website.
They enter it thru the authorize.net virtual terminal? How would they get an invoice number for your order then? Or the order items?
Since the transactions settled once a day, could you wait that long?
I really could use some help on this. It seems that the Authorize.net dll has some major limitations.
They didn't even have the Transaction Details API until a few years ago. They would assume you store it yourselves or use silent post.
06-24-2014 01:23 PM - edited 06-24-2014 01:25 PM