v1
latestOpenAPI 3.0.32026-07-2476126451.9 KBList settlement operations
List settlement operations for the authenticated account.
Query parameters
Filter operations by account id.
Filter operations created on or before this date. Accepted format: ISO 8601 (e.g., 2025-11-18T23:59:59Z).
Filter operations by payment intent id.
Filter by live or test mode.
Number of results to return per page.
The initial index from which to return the results.
Source of operations. Supported values: MONEYHASH, EXTERNAL.
Filter operations by provider id.
Filter by reconciliation status. Supported values: MATCHED, MIS_MATCHED.
Filter by settlement currency code (e.g., USD, EUR). Supports multiple values.
Filter by settlement status. Supported values: SETTLED, UNSETTLED.
Filter operations created on or after this date. Accepted format: ISO 8601 (e.g., 2025-11-18T00:00:00Z).
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?offset=400&limit=100",
"previous": "http://api.example.org/accounts/?offset=200&limit=100"
}