Extract Information from IBAN

Extract Information from IBAN

Description

You can insert an IBAN and extract included information.

Input Arguments

Input ArgumentTypeDescriptionRequired?Advanced Option?Default
IBANString in IBAN formatTwo character country code + two check digits + Basic Bank Account Number✔️-

Output

ResponseTypeDescription
isValidBooleanIndicates whether the provided IBAN is valid.
isValidSepaCountryBooleanIndicates whether the IBAN belongs to a SEPA country.
countryCode StringThe 2-letter country code from the IBAN (e.g., DE).
bban StringBasic Bank Account Number (BBAN) part of the IBAN.
bankCode StringThe bank code extracted from the IBAN.
branchCode StringThe branch code (if available).
accountNumber StringThe account number from the IBAN.
formattedIban StringIBAN formatted with spaces (e.g., DE75 5121 0800 1245 1261 99).
unformattedIban StringIBAN as a continuous string (e.g., DE75512108001245126199).
swift_code StringThe SWIFT/BIC code of the bank.
bank_name StringName of the bank associated with the IBAN.
bank_city StringCity where the bank is located.
bank_zip StringZIP/postal code of the bank’s address.
bank_adress StringStreet address of the bank.

Power Automate Examples

IBAN

We use a German IBAN consisting of the two character country code "DE" + two check digits "75" + a Basic Bank Account Number "512108001245126199". Thereafter, it is possible to use information extracted of the IBAN as Dynamic content. As an example, it is shown how the Dynamic content may be used in the Outlook action Send an Email (V2).

Exemplary IBAN
DE75512108001245126199

Picture

💡

Looking for the response to this example? Scroll up to see the Output tab.

Known Limitations

⚠️
If you experienced other limitations please get in touch with us!