← Back to catalog
iban.validate
mock data$0.002 / callValidate IBAN
Validate an IBAN and retrieve associated bank info: BIC/SWIFT code, bank name, address, country, currency, and SEPA membership. Supports 80+ IBAN-enabled countries including EU, UK, and MENA. Returns validation result with detailed breakdown.
Input schema
ibanrequired
stringIBAN to validate (e.g. "DE89370400440532013000", "GB29NWBK60161331926819"). Spaces allowed, auto-stripped.
Call via REST
curl -X POST https://unifyapi.pro/api/call/iban.validate \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"iban":"<iban>"}'