Skip to content

Order Management System REST API - Balance Controller

The balance/bulk URI provides alllows for performing bulk cash transfers.

POST /balance/bulk

Submits multiple Cash Transfer Requests for processing.

Requires the Alter feature permission .

An array of one or more CashTransferRequest 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.