v1
latestOpenAPI 3.0.02026-07-242444105.9 KBTools
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
Example response
{
"bic": "COBADEFF"
}