Thanks Bryan. Yes, I used a begin time and end time, I understand for 76 payments, there wouldn’t be a cursor. The problem is that I don’t see a cursor field or method available in the response as it was for the old version.
Before, the code looked like:
CompleteResponse<List> completeResponse =
v1TransactionsApi.listPaymentsWithHttpInfo(
squareLocationId,
TRANSACTION_SORT_ORDER,
beginTime,
endTime,
limit,
finalBatchToken);
batchToken = completeResponse.getBatchToken();