# Create Custom **POST /v1/transactions/create-custom** Create Custom Transaction ## 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 ### Body: application/json (array[object]) Request for creating a custom transaction - **familyId** (string) Family ID - **automaticCharge** (boolean) Should the transaction be automatically charged - **date** (string(date)) Date to create transaction for - **details** (array[object]) details ## Responses ### 403 Not authorized #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 404 Not found #### Body: application/json (object) - **statusCode** (number) Status Code - **messages** (array[string]) List of error messages - **exception** (object) Exception ### 200 successful operation #### Body: application/json (array[object]) - **aggregateId** (string) aggregateId - **transaction** (object) Transaction schema - **details** (array[object]) details - **stats** (object) Transaction stats [Powered by Bump.sh](https://bump.sh)