- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Transaction Details API - AIM Java - Transaction Id not included in getSettledBatchList
Hello experts, I want a settled batch list with transId , so that I can REFUND a particular transaction. But 'getSettledBatchList' is not returning a transaction id. Is there any alternative? Please let me know.
FYI.. getUnsettledBatchList is returning a transaction id along with other details.
ThX
Sharath
โ09-11-2013 07:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Need to use 2 method
first the getSettledBatchList to get the batchID then using the batchID for GetTransactionList.
โ09-11-2013 09:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ09-11-2013 09:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks RaynorC1emen7, It worked for me.
โ09-12-2013 04:53 AM - edited โ09-12-2013 04:54 AM

