v50

latestOpenAPI 3.0.2Proprietaryraw.githubusercontent.com2026-07-2730103305.1 KB

Poll for new transactions that Stedi has processed.

get/polling/transactions

Query parameters

pageSizenumber

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

The maximum number of elements to return in a page. You can set this to a maximum of 500 elements. If not specified, the default is 100.

pageTokenstring

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

You must supply either this property or startDateTime in every request.

A token returned by a previous call to this operation in the nextPageToken. If not specified, Stedi returns the first page of results.

You must supply either this property or startDateTime in every request.

startDateTimestring date-time

An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z. It must be at least one minute in the past. Stedi returns transactions processed after this time.

You must supply either this property or pageToken in every request.

An ISO 8601 formatted string. For example 2023-08-28T00:00:00Z. It must be at least one minute in the past. Stedi returns transactions processed after this time.

You must supply either this property or pageToken in every request.

Response

ListPollingTransactions 200 response

nextPageTokenstring

Token that you can supply in subsequent requests to retrieve the next page of results. If not returned, there are no more results.