# Create Settlement Fund Creates a new settlement fund (FBO account) for the organization. The settlement fund inherits business details from the organization's primary account and requires a settlement fund name plus optional supporting documents. Endpoint: POST /v2/campaign-manager/funding-sources Version: v2 Security: oauth2 ## Request fields (multipart/form-data): - `settlementFundName` (string) - `attachments` (array) ## Response 201 fields (application/json): - `id` (string) - `name` (string) - `type` (integer) Enum: "OrganizationAccount", "SettlementFund" - `status` (integer) Enum: "Pending", "Active", "Rejected" ## Response 400 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 401 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 403 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)