v1

latestOpenAPI 3.0.02026-07-242444105.9 KB
Tools

Bank Lookup

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

get/v1/bank-lookup

Query parameters

ibanstring required
Example:DE89370400440532013000

The IBAN used to identify the associated bank code.

Response

The BIC was resolved successfully

bicstring required

The bank code (BIC) of the supplied IBAN

Example response

{
  "bic": "COBADEFF"
}