Create multiple disbursements

Create multiple disbursements in a single request. This is useful for batch operations where you need to create many disbursements at once. All disbursements in the request will be created together. If any disbursement fails validation, the entire request will fail and no disbursements will be created.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
disbursementslist of objectsRequired
Array of disbursements to create

Response

The disbursements were created
disbursementslist of objects
countinteger
The number of disbursements created

Errors