Skip to main content
Use this endpoint to retrieve all settlement expectations for your tenant. Filter by status to monitor pending transfers, identify unmatched settlements, or audit completed ones. Results are paginated and returned in reverse-chronological order.

Endpoint

Authorization

Requires an API key with the TRANSACTIONS_READ scope.

Query Parameters

string
Filter results by settlement status. One of: PENDING, SETTLED, UNMATCHED, CANCELLED.
string
Inclusive lower bound on createdAt. ISO-8601 datetime (e.g. 2024-01-01T00:00:00Z).
string
Inclusive upper bound on createdAt. ISO-8601 datetime.
integer
Maximum results per page. Range 1–200. Default: 50.
string
Opaque pagination cursor returned as nextCursor in the previous page’s response. Omit to start from the first page.

Request Example

Response

array
Array of settlement objects for this page.
string
Pass this value as the cursor query parameter to retrieve the next page. null when there are no more results.

Response Example

Error Codes