resolveSingleBranchQualifier

Resolves a Swift Branch Qualifier to a readable description.

 

Syntax:

resolveSingleBranchQualifier (string keycode, string code)

 

Where code is a three digit branch qualifier code.

 

 

Returned data

An object array containing the following:

 

 Object  Explanation
 branchQualifierCode  The original 3 digit branch qualifier code
 description  A readable description of the branch qualifiercode
 errorCode  Error code of any returning error.
 errorText  Textual description of any returning errors.

 

 

Notes

The Swift branch qualifier are three digit codes that give extra information about a particular branch.  When using many Validate BIC functions such as  deriveBic or validateBic, branch qualifiers are returned in the branchQualifier object.

 

resolveBranchQualifier can be used to resolved the branchQualifier object into readable descriptions.

 

The branch qualifier code (code) used must be a three digit code, however the branch qualifier code returned using deriveBIC can contain multiple branch identifier codes - up to 18 characters long.   You must split the branch qualifier code into 3 digit codes before using resolveBranchQualifier.

 

To pass the full (up to 18 digits) Branch Qualifier at once and return multiple descriptions in one SOAP message, use resolveBranchQualifierM.