API Reference
Log In
API Reference

Validate IBAN number

Validate and check IBAN number for errors.

Authentication is mandatory.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

JSON response body fields:

NameDescriptionType
is_validIndicates whether the given IBAN code is valid or not.
Depending on this flag will come the details object, when it is a valid account the object will be filled, otherwise it will be omitted from the response.
boolean
detailsObject encapsulating the information related to the IBAN code.object
details.countryIndicates the country from which the account originates.string
details.bankThe bank code from which the account associated with the IBAN code originates is defined.string
details.account_owner_nameDefines the name of the account owner.string
details.ibanIBAN code of the account.string
details.currencyDefines the account currency.string
details.identificationDefines the account owner's identification number.string

Path Params
string
enum
required
Defaults to BLNI

Description: Defines the source bank code.

Allowed:
Body Params
string
required
Defaults to CR05015202001026284066

Description: IBAN Number

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json