Hi Team,
I am trying to fetch all the transaction under the batch
{
"getTransactionListRequest": {
"merchantAuthentication": {
"name": “xxxxxx”,
"transactionKey": “xxxxxxx”
},
"batchId" : “10000”,
"sorting": {
"orderBy": "submitTimeUTC",
"orderDescending": "true"
},
"paging": {
"limit": "100",
"offset": "1"
}
}
}
In the admin dashboard, I have 24 transactions but API return me 19 ONLY! . Do you have any idea why that will hapeen
09-04-2018 02:08 PM
Hi @pritisolanki,
We are trying to reproduce this scenario but we are not able to do that.
It might be that the transactions themselves do not fall under the ambit of the API.
Is it possible to provide a few details about the 5 transactions that were not returned by the API?
12-13-2018 01:38 AM