# Get Funding Source Retrieves a specific funding source by its unique identifier. Returns the funding source details including banking information and current status. Endpoint: GET /v2/campaign-manager/funding-sources/{id} Version: v2 Security: oauth2 ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string) - `name` (string) - `type` (integer) Enum: "OrganizationAccount", "SettlementFund" - `status` (integer) Enum: "Pending", "Active", "Rejected" ## 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) ## Response 404 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null)