Input strings

The input strings you use are determined by the format of the country's account details. You enter these strings using BWISetString and Query them using BWIGetString.

In all of these strings CC is the ISO country code.

Account number countries

For countries that either only have an account number or use the IBAN for all transactions, the string is:

You cannot carry out branch level checks on these countries.

Two part account number countries

For countries that have a two part account number and a bank code, the strings are:

Bank-branch code countries

For countries that have one bank-branch code, the strings are:

Bank and branch code countries

For countries that have both a bank and a branch code, the strings are:

Iceland

For Iceland the strings you can enter are:

Sub-branches

For countries that support sub-branches, call BWINext with item=BWI_N_BRANCH to access the details of further branches. To check if branch data is available, call BWIGetValue with item=BWI_V_DATA. If this returns 1, then branch data is available.

For Germany, the Republic of Ireland and the United Kingdom, you can also retrieve BWI_CC_NUM_BRANCHES. This shows the number of branches that share the same bank-branch code.

Examples