|
Get country codeGet the 2 character country code for the country for which you are performing the IBAN lookup. Call GetLookupIbanInputIf you do not know the BBAN fields required for the country, call GetLookupIbanInput, supplying the 2 character country code. This returns the input fields required with a maximum size for each field.
Get account details from userThe exact details the user must supply is determined by the country for which the lookup is being performed. Call LookupIbanTo perform an IBAN lookup, you need to supply the country code and all of the BBAN fields. Get the responseTo find out the result of the lookup, you must retrieve the lookup response. The response includes the overall result, and, if the lookup was successful, the IBAN and BIC. Are there any client errors?Client errors are returned if you have not supplied the correct data or the data is not in the correct format. If you receive any of these errors, you should re-prompt the user for the incorrectly formatted or missing information and then call LookupIban again. Are there any errors?There are errors with the look up if the overall result is not Match. |