cancel
Showing results for 
Search instead for 
Did you mean: 

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
1 REPLY 1

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?

  • Type of transaction (Credit, Void, Refund)
  • State of transaction (Settled, Unsettled)
  • Any response codes
gnongsie13
Developer Developer
Developer