# 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/funds-holders
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)

  - `title` (string)

  - `status` (integer)

  - `detail` (string)

  - `instance` (string)

## Response 401 fields (application/problem+json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `detail` (string)

  - `instance` (string)

## Response 403 fields (application/problem+json):

  - `type` (string)

  - `title` (string)

  - `status` (integer)

  - `detail` (string)

  - `instance` (string)

