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
Need to use 2 method
first the getSettledBatchList to get the batchID then using the batchID for GetTransactionList.
09-11-2013 09:05 AM
09-11-2013 09:18 AM
Thanks RaynorC1emen7, It worked for me.
09-12-2013 04:53 AM - edited 09-12-2013 04:54 AM