# Creates a new account for a business. Endpoint: POST /finance/api/v1/account/{businessId} ## Path parameters: - `businessId` (integer, required) ## Request fields (application/json): - `accountName` (string,null) - `accountType` (string,null) - `fundingAccountNumber` (string,null) - `presetAccountNumber` (string,null) ## Response 200 fields