Create multiple disbursements
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.