Check validity of an IBAN, with SEPA-only option.

GET {{baseUrl}}/ibans/:iban/validity?sepa_only=true

You can check whether an IBAN is valid, by restricting validation to SEPA countries.

Request Params

KeyDatatypeRequiredDescription
sepa_onlybooleanWhether the IBAN validation must be restricted to SEPA countries

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"iban":"IT60X0542811101000000123456","validity":"IVAL"}