"GetUnsettledTransactionListRequest" has a problem.
I have 2 pending transactions, but in vain I pass the values to the return value is always that there are no record hits.
{ "getUnsettledTransactionListRequest": { "merchantAuthentication": { "name": "6Jn9WV3n3SU", "transactionKey": "67eGZdPfr896qU5d" }, "refId": "12345", "status": "pendingApproval", "sorting": { "orderBy": "submitTimeUTC", "orderDescending": false }, "paging": { "limit": "1", "offset": "1" } } }
Why is it that you can't find anything?
04-15-2020 03:14 AM
I have 2 transactions that are in "Captured / Pending Settlement" status. So unsettled.
So there should be 2 record hits
04-15-2020 04:09 AM