- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get a list of all transactions including settled and unsettled for a given date range
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I guess you need to save it on your own system.
โ05-10-2013 07:05 AM