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
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
This endpoint expects an object.
disbursements
Array of disbursements to create
Response
The disbursements were created
disbursements
count
The number of disbursements created