# Update payout status **PATCH /v1/admin/companies/{company}/payouts/status** Update the company payout status (admin only) ## Servers - Development Server: https://api-dev.classmanager.io (Development Server) - Localhost: https://localhost (Localhost) - Local (Valet): https://classmanager.test (Local (Valet)) - Staging Server: https://api-stage.classmanager.io (Staging Server) - Production Server: https://api.classmanager.io (Production Server) ## Parameters ### Path parameters - **company** (string) ### Body: application/json (object) Update payout status request body - **payoutStatus** (string) ## Responses ### 204 Payout status updated successfully ### 401 Unauthorized ### 403 Forbidden ### 404 Company not found ### 422 Validation Error [Powered by Bump.sh](https://bump.sh)