v1

latestOpenAPI 3.0.02026-07-1314094.0 KB

Validate International IBANs and obtain essential information

This method enables you to validate International Bank Account Numbers (IBANs) and obtain essential information about the country associated with each IBAN.

By using this API, you can ensure that the IBANs are formatted correctly and gain insights into the banking institution, enhancing security and accuracy in financial transactions.

get/lookup/iban

Query parameters

ibanstring required
Example:BE71096123456769

The International Bank Account Number (IBAN) you want to validate.

formatstring
Example:JSON

The format command is used to get a response in a specific format.

userIDstring
Example:UID-12345

The userID command can be used to identify requests sent by specific users to monitor in the Events Page.

modestring
Example:test

The mode command is used to in the development stage to simulate the integration process before releasing it to the production environment.

Expected values: live, or test.

callbackstring
Example:my_function_name

The callback command can help you make the response as a JSONP format.

Expected values: any name that can be used as a function name in Javascript, e.g: myFunctionName.

Response

OK