Hi,
I am trying to integrate authorize.net into our system.
I want to get list of all the transactions for an account (for a specified date range) using an appropriate API.
I have found two calls namely getSettledBatchListRequest and getUnsettledTransactionListRequest in Transaction Details API.
But those are two different call and am not sure if these two calls would list all the transactions between the specified date, also the getUnsettledTransactionListRequest API doesnot accept any date parameters.
Am i missing out something? Is there an API call that would give me all the transactions list between given date range for a particular account.
Please help.
Thank You.
Regards,
Sarita.
05-09-2013 05:20 AM
Am i missing out something? Is there an API call that would give me all the transactions list between given date range for a particular account.
nope. you find the two.
05-09-2013 08:51 AM
Thanks for the response.
But the getUnsettledTransactionListRequest doesnot accept any date parameters it just gives give recent 1000 transactions. What about the old unsettled transactions?
I want the details of all unsetlled transactions between the given date range only.
Is that possible?
Thank You.
05-10-2013 06:55 AM
I guess you need to save it on your own system.
05-10-2013 07:05 AM