---
title: "Get bank by IBAN"
method: GET
path: "/api/v1/banks/iban/{ibanNo}"
tags: ["Managed Custody Mode"]
---

# Get bank by IBAN

`GET /api/v1/banks/iban/{ibanNo}`

Resolve the recipient bank from an IBAN when creating a payout contact for a country that supports IBAN. Public metadata; no authentication required.

## Path parameters

- `ibanNo` string, required

## Response `200`

Standard envelope. data carries the resolved bank details.

- McPublicMetadataResponse — Standard UR OpenAPI response envelope. code 0 means success; a non-zero code is a business error described by message.
  - `code` integer, required — 0 on success; non-zero business error code.
  - `message` string, required — Human-readable explanation. May be empty on success.
  - `data` unknown

---

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