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