API Reference
Log In
API Reference

Validate Account number

Validate and check account 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 account number 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 account number.object
details.countryIndicates the country from which the account originates.string
details.bankThe bank code from which the account associated.string
details.account_owner_nameDefines the name of the account owner.string
details.account_numberAccount number.number
details.currencyDefines the account currency.string
Path Params
string
enum
required
Defaults to BLNI

Description: Defines the source bank code.

Allowed:
Body Params
string
required
Defaults to 100200300

Description: Account Number to Validate.
Size: 12.

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