You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4174,6 +4174,19 @@ paths:
4174
4174
type: string
4175
4175
title: uuid
4176
4176
description: Filter by specific counterparty connection IDs. When provided, only settlements involving these connections as counterparties will be returned.
4177
+
- name: statuses
4178
+
description: Filter by settlement statuses. When provided, only settlements with these statuses will be returned.
4179
+
in: query
4180
+
schema:
4181
+
type: array
4182
+
items:
4183
+
type: string
4184
+
enum:
4185
+
- failed
4186
+
- completed
4187
+
- pending
4188
+
- rejected
4189
+
description: Filter by settlement statuses. When provided, only settlements with these statuses will be returned.
4177
4190
- name: enterpriseId
4178
4191
description: The enterprise identifier of the client. This identifies the client enterprise making the API request.
0 commit comments