Bank Code Lookup
Bank code lookup
Retrieve the bank code of the bank holding an account from its IBAN
post/bank_code_lookup
Request body
Example request
{
"account_number": "FR1112739000503237488219N55"
}Response
200
Example response
{
"bank_code": "BANKFRPP"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.