---
title: "Get Bank Capabilities by ID"
method: GET
path: "/banks/{bankId}"
tags: ["Banks", "Banks"]
---

# Get Bank Capabilities by ID

`GET /banks/{bankId}`

Returns the capabilities for a specific bank identified by bankId.

## Path parameters

- `bankId` string, required

## Headers

- `Crezco-Version` string

## Response `200`

OK

- GetBankByIdResponseVersion4 — Response containing bank capabilities information for a specific bank
  - `banks` BankCapabilitiesResourceRepresentationVersion4, required — Represents a bank and its payment capabilities
    - `bankId` string, required — Unique identifier for the bank
    - `capabilities` BankCapabilityWithCurrencyResourceRepresentationVersion4[], required — Payment capabilities supported by this bank, organized by currency
      - `currencyCode` string, required — ISO currency code (e.g., "GBP", "EUR", "USD")
      - `multiPayablePayRuns` MultiPayablePayRunsResourceRepresentationVersion4, required — Multi-payable pay run capabilities indicati ng how batch payments are supported
        - `supportType` string, required — Type of batch payment support. Values: "native" (direct bank support), "transit" (Crezco-managed batching), "chained" (individual payments only)
        - `minPayablesPerAuthorisation` integer, nullable — Minimum number of payables required per authorization batch. Null if no minimum constraint exists
        - `maxPayablesPerAuthorisation` integer, nullable — Maximum number of payables allowed per authorization batch. Null if no maximum constraint exists
      - `recommendedConfigurationSteps` string[], required — Configuration steps recommended for optimal payment processing with this bank and currency

## Other responses

- `400` — Bad Request
- `401` — You do not have access. Check your API key is correct.
- `403` — You do not have access to this organisation.
- `404` — Not Found
- `406` — The version of the API that you requested is not available. Check your Crezco-Version header. If you omit this header you will use the latest version of the API.
- `429` — You have made too many requests to the API in too short a period. Wait a while and try again.

---

[API](https://skmtc.net/crezco/apis/payables-api.md) · [All operations](https://skmtc.net/crezco/apis/payables-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crezco/payables-api/versions/4427e79fba09/schema)
