Order Management System REST API - Balance Controller
The balance/bulk
URI provides alllows for performing bulk cash transfers.
Submit bulk Cash Transfers
Section titled “Submit 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.
Response
Section titled “Response”Code | Status | Description |
---|---|---|
204 | Success | Update completed successfully, or the update would make no changes. |
403 | Failure | The authenticated identity does not have the Alter permission. |
422 | Failure | Invalid data was provided. Content is a JSON array of one or more error codes describing the problem. |