# funds-holders Represents an account connected to a business entity that can be used as a source of funds for one or multiple campaigns. Each funds holder corresponds to a separate bank account in our payment system and maintains it's own banking details and fund management capabilities ## List Funds Holders - [GET /v2/campaign-manager/funds-holders](https://docs.talli.ai/reference/swagger/funds-holders/paths/~1v2~1campaign-manager~1funds-holders/get.md): Retrieves a paginated list of funds holders for the organization. Funds holders represent accounts that can be used to fund campaigns, including the primary organization account and settlement funds. ## Create Settlement Fund - [POST /v2/campaign-manager/funds-holders](https://docs.talli.ai/reference/swagger/funds-holders/paths/~1v2~1campaign-manager~1funds-holders/post.md): 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. ## Get Funds Holders - [GET /v2/campaign-manager/funds-holders/{id}](https://docs.talli.ai/reference/swagger/funds-holders/paths/~1v2~1campaign-manager~1funds-holders~1%7Bid%7D/get.md): Retrieves a specific funds holder by its unique identifier. Returns the funds holder details including banking information and current status.