resolveServiceCode

Resolves multiple Swift Service Codes to a readable descriptions.

 

Syntax:

resolveServiceCode (string keycode, string codes)

 

Where 'codes' is a string of up to 18 digits - such as that returned from deriveBic.serviceCodes. 

 

 

Returned data

An object array containing the following:

 

 

 Object  Explanation
 countryCode  
 countryName  
 serviceCode  
 serviceName  
 serviceType  
 preferredFlag  
 errorCode  
 errorText  

 

 

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.

 

If you require a simpler SOAP message returning, you can use resolveBranchQualifier.