v1

latestOpenAPI 3.0.32026-07-2476126451.9 KB
v1.4

List settlement operations

List settlement operations for the authenticated account.

get/api/v1.4/reconciliations/settlement-operations/

Query parameters

account_idstring

Filter operations by account id.

end_datestring date-time

Filter operations created on or before this date. Accepted format: ISO 8601 (e.g., 2025-11-18T23:59:59Z).

intent_idstring

Filter operations by payment intent id.

is_liveboolean

Filter by live or test mode.

limitinteger

Number of results to return per page.

offsetinteger

The initial index from which to return the results.

operation_sourcestring

Source of operations. Supported values: MONEYHASH, EXTERNAL.

provider_idstring

Filter operations by provider id.

reconciliation_statusstring

Filter by reconciliation status. Supported values: MATCHED, MIS_MATCHED.

settlement_currencystring

Filter by settlement currency code (e.g., USD, EUR). Supports multiple values.

settlement_statusstring

Filter by settlement status. Supported values: SETTLED, UNSETTLED.

start_datestring date-time

Filter operations created on or after this date. Accepted format: ISO 8601 (e.g., 2025-11-18T00:00:00Z).

Response

countinteger
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?offset=400&limit=100",
  "previous": "http://api.example.org/accounts/?offset=200&limit=100"
}