Approve multiple disbursements

Approve multiple disbursements in a single request. This is useful for batch approval operations.

All disbursements must be in the pending_approval state. If any disbursement cannot be approved, the entire request will fail and no disbursements will be approved.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
disbursement_idslist of stringsRequired
Array of disbursement IDs to approve

Response

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

Errors