# GetBank Endpoint: GET /banks/{bankId} Version: 1.0.0 Security: Api access ## Path parameters: - `bankId` (string, required) Unique id of the bank to retrieve ## Query parameters: - `channels` (array) Limit the results to one or more specific channels - `includeAdditionalInformation` (boolean) Set as true if additional information about the bank integration should be included. Used for documentation purposes. ## Header parameters: - `api-version` (string) ## Response 200 fields (application/json): - `id` (string) Unique identifier for the bank Example: "9FBEFB80-27E1-421F-A24F-467334007D39" - `bic` (string) BIC/SWIFT code of the bank Example: "DNBANOKKXXX" - `name` (string) Name of the bank Example: "DNB Bank ASA" - `countryCode` (string) ISO 3166-1 Alpha 2 country code Example: "NO" - `channelType` (string) Channel of the bank Enum: "unspecified", "openBanking", "psd2" - `consentProperties` (null,object) Attributes that can be used when creating consents - `logo` (string) Bank logo - `onboarding` (null) Contains information related to onboarding against a specific bank. ## Response 401 fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string) ## Response 403 fields (application/json): - `type` (null,string) - `title` (null,string) - `status` (null,integer) - `detail` (null,string) - `instance` (null,string)