# Request payout enable **PATCH /v1/company/payouts/request-enable** Request to enable payouts (sets status from disabled to pending) ## 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 ## Responses ### 200 Payout enable request successful #### Body: application/json (object) - **id** (string) ID - **name** (string) Name - **slug** (string) Slug - **email** (string) Email - **phone** (string | null) Phone number - **createdAt** (string(date-time) | null) Created at - **isClassicCustomer** (boolean) Is classic customer - **logo** (string | null) Company logo - **address** (object) Company address - **settings** (object) Company Settings Group schema - **countryCode** (string) Company address country code ### 400 Invalid status transition ### 401 Not Authenticated #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception [Powered by Bump.sh](https://bump.sh)