Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
getTransactionListRequest api not fetching all transaction
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