Skip to content

Order Management System REST API - Balance Controller

The balance/settle URI provides alllows for performing cash settlements.

POST /balance/settle

Submits settlement transactions for unsettled cash.

Requires the Alter feature permission .

ParameterExpectedDescription
idOptionalAn ID to assign to each settlement, identifying this batch of transactions.

An array of CashSettlementRecord objects.

CodeStatusDescription
204SuccessUpdate completed successfully, or the update would make no changes.
403FailureThe authenticated identity does not have the Alter permission.
422FailureInvalid data was provided.
Content is a JSON array of one or more error codes describing the problem.