Check validity of account number formats, including IBANs.

GET {{baseUrl}}/account_numbers/:account_number/validity?country_code=IT&usage=retail&national_id=0542811101

Check validity of account number formats, including IBANs, issued in almost any country in the world.

Request Params

KeyDatatypeRequiredDescription
country_codestringISO 2-letter country code of the country where the account is held
is_ibanbooleanWhether the account number must be handled as an IBAN
usagestringHow the account number is used (only for a few countries)
national_idstringNational ID (bank ID, clearing code, sort code, routing number) of the account holding institution
bicstringBIC-8 or BIC-11 of the account holding institution

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"account_number":"X0542811101000000123456","validity":"AVAL"}