By default, BWICheck will only validate the BIC against the data for the main branch. To validate the BIC against a sub-branch, as long as the country you are using supports sub branches, you must:
For example:
... BWISetValue(h,BWG_G_CHECK_BIC,1) BWICheck(h) if(BWINext(h,BWI_N_BRANCH)) { BWIHook(h,BWG_HOOK_BIC_CHECK) /* Deal with the conditions returned */ } |