List card settlements
Retrieves card settlements within a specified date range (max 1 year). Requires from and to query parameters in YYYY-MM-DD format.
Each entry represents a single settlement (presentment or chargeback) and carries paymentId linking it to the payment that cleared it. For the full transaction lifecycle (pending / declined / settled / released) or to reconcile against webhook transactionId, use /transactions.
Authorizations
Type "Bearer" followed by a space and your API token. Obtain your key from the Dash.fi dashboard. Example: "Bearer YOUR_API_KEY"
Query Parameters
Start date for the query range (inclusive), Format: YYYY-MM-DD
End date for the query range (exclusive), Format: YYYY-MM-DD
Response
A list of settlements matching the criteria