IBAN validator

Validate IBAN

get
/transfers/iban-validate/{iban}

IBAN validate

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
ibanstringRequired

IBAN

Pattern: ^[A-Z]{2}[0-9A-Z]{14,31}$
Responses
chevron-right
200

OK

application/json
ibanstringRequired

IBAN

validbooleanRequired

Flag that specifies if IBAN is valid or not. IBAN is valid if all validations contain the validation success code, i.e. the code value that starts with double zero (example 001). More details can be found at https://www.iban.com/validation-api and https://www.iban.com/iban-checker.

get
/transfers/iban-validate/{iban}

Last updated