Submit a batch for human approval
POST/v1/payout-batches/:id/submit
Requires the write:payouts scope. Transitions draft → pending_approval.
Approval itself (maker/checker with 2FA) is always performed by a
human in the app — there is no API endpoint to approve/reject/execute.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Batch now in pending_approval
Batch is not in draft state
Missing, invalid, revoked or expired JWT token
Valid token but missing the required scope for this endpoint
Batch not found