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.
Authentication
AuthorizationBearer
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
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error

