---
title: "Bank Lookup"
method: GET
path: "/v1/bank-lookup"
tags: ["Tools"]
---

# Bank Lookup

`GET /v1/bank-lookup`

Retrieve the bank code (BIC) of the bank holding an account from its IBAN

## Query parameters

- `iban` string, required

## Response `200`

The BIC was resolved successfully

- BankLookupResponse
  - `bic` string, required — The bank code (BIC) of the supplied IBAN

## Other responses

- `401` — Unauthorized
- `404` — No BIC could be found for the given IBAN

---

[API](https://skmtc.net/bcb/apis/payments-api.md) · [All operations](https://skmtc.net/bcb/apis/payments-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bcb/payments-api/revisions/7559660d5268/schema)
