cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

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

pritisolanki
Member
Who Me Too'd this topic