# Create linked bank account for campaign account Creates a new linked bank account associated with a campaign account Endpoint: POST /v2/campaign-manager/campaigns/{id}/linked-accounts Version: v2 Security: oauth2 ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `businessName` (string, required) - `routingNumber` (string, required) - `accountNumber` (string, required) - `accountType` (integer, required) Enum: "Checking", "Savings" - `addressLine1` (string, required) - `addressLine2` (string,null) - `city` (string, required) - `state` (integer, required) Enum: "AL", "AK", "AR", "AZ", "CA", "CO", "CT", "DC", "DE", "FL", "GA", "HI", "IA", "ID", "IL", "IN", "KS", "KY", "LA", "MA", "MD", "ME", "MI", "MN", "MO", "MS", "MT", "NC", "ND", "NE", "NH", "NJ", "NM", "NV", "NY", "OK", "OH", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VA", "VT", "WA", "WI", "WV", "WY" - `zipCode` (string, required) ## Response 202 fields (application/json): - `id` (string) ## Response 400 fields (application/problem+json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object)