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. If any of the disbursements in the request have a program specified that does not have grant_disbursement_status enabled or if no grant_disbursement_status enabled program exists for your account, the request will return a 403 Forbidden error. If your Chariot account has multiple grant_disbursement_status enabled programs, you must specify the program_id to use for the disbursements otherwise the request will return a 400 Bad Request error.

Authentication

AuthorizationBearer

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