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