---
title: "Search Bank by IBAN"
method: POST
path: "/banks/searchbyiban"
tags: ["Find-A-Bank Resource"]
---

# Search Bank by IBAN

`POST /banks/searchbyiban`

## Request body

- IBanRequestData
  - `iBanValue` string, required
  - `countryCode` string
  - `iBanCountryCode` string
  - `countryName` string
  - `currencyCode` string
  - `pageSize` integer
  - `pageNumber` integer

## Response `200`

OK

- FABResultData
  - `httpStatus` string
  - `timestamp` string
  - `responseStatus` string
  - `totalRecordFound` string
  - `totalRecordSent` string
  - `nextPageNumber` string
  - `previousPageNumber` string
  - `banks` FABBank[]
    - `BankDirectory` BankDirectory
      - `recordKey` string
      - `officeType` string
      - `parentOfficeKey` string
      - `headOfficeKey` string
      - `legalType` string
      - `legalParentKey` string
      - `groupType` string
      - `groupParentKey` string
      - `institutionStatus` string
      - `cooprativeGroupkey` string
      - `isoleiCode` string
      - `bic8Char` string
      - `branchBic` string
      - `bankCode` string
      - `chipsUid` string
      - `bankBranchCode` string
      - `connectedBic` string
      - `bankName` string
      - `bankBranchName` string
      - `pobNumber` string
      - `streetAddress1` string
      - `streetAddress2` string
      - `streetAddress3` string
      - `streetAddress4` string
      - `city` string
      - `countryProvinceState` string
      - `zipCode` string
      - `countryName` string
      - `countryCode` string
      - `timezone` string
      - `subTypeIndicator` string
      - `networkConnectivity` string
      - `branchQualifiers` string
      - `serviceCodes` string
      - `ssiGroupKey` string
      - `iBanKey` string
      - `propertyChangeValidFromDate` string
      - `nationalIdType` string
      - `fedwireRoutingCode` string
      - `fedachRoutingCode` string
      - `parentFedwireRoutingCode` string
      - `messageDetail` object
    - `OfficeType` OfficeType
      - `officeTypeCode` string
      - `officeTypeDescription` string
    - `LegalType` LegalType
      - `legalTypeCode` string
      - `legalTypeDescription` string
    - `InstitutionStatus` InstitutionStatus
      - `instStatusCode` string
      - `instStatusDesc` string
      - `instStatusParent` string

## Other responses

- `400` — BadRequest
- `401` — Unauthorized

---

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