API referenceBuild an IBAN from its parts.Server URLloading...GET/calculate/{countryCode}/{bankCode}/{accountNumber}SendPathPath ParameterscountryCode*stringbankCode*stringaccountNumber*stringResponse Body200application/jsoncURLJavaScriptGoPythonJavaC#Rustcurl -X GET "https://example.com/calculate/string/string/string"200{ "valid": true, "iban": "string"}Country name to country code map, openiban.com compatible. GETPrevious PageBuild an IBAN and validate it, openiban.com compatible. GETThis route belongs to the compatibility surface despite its path, which the upstream service defined.