All BankVal web services are available on both the main and backup servers at our primary data centre. This configuration is mirrored at our secondary data centre. The two data centres are geographically independent. Using this configuration, the BankVal web service has been available continuously since launch in 2003.
In general:
1 IBANValidate - REST
where:
If IBAN is valid:-
Sample valid response in xml format :-
<iban>
</iban>
Sample valid response in json format :-
Sample valid response in csv format :-
If IBAN is not valid or if an error occurs:-
Error messages :-
VALID - IBAN is valid
INVALID - Country Code - The Country Code within the supplied IBAN is not valid
INVALID - Modulus Check Failed - The IBAN failed the modulus check
INVALID - Format - The supplied IBAN is not in a valid format
ERROR - Invalid User ID/PIN - The User ID or PIN has not been recognised.
ERROR - UserID Expired - Trial user ID has expired.
ERROR - Insecure connection - An attempt was made to access BankVal International's ibanvalidate service using insecure HTTP protocol instead of HTTPS.
2 IBANValidate - SOAP
There are two main ways of implementing SOAP, Document Literal and RPC. For help choosing the best solution for your implementation, please contact support@unifiedsoftware.co.uk.
2.1 IBANValidate - SOAP Document Literal
The WSDL file on the primary data centre is at https://www.unifiedservices.co.uk/services/bankvalint/ibanvalidate.php?wsdl
The WSDL file on the backup data centre is at https://www.unifiedsoftware.co.uk/services/bankvalint/ibanvalidate.php?wsdl
Parameters |
Description |
|---|---|
userid |
BankVal User ID. |
pin |
5 digit PIN. |
iban |
International Bank Account Number. |
Field |
Description |
|---|---|
result |
Result string contains on of the following messages:- |
2.2 IBANValidate - SOAP RPC
ReturnMessage = ibanvalidate(QueryString)
where
QueryString is a " | " delimited string of the format "userID|PIN|IBAN"
All possible ReturnMessage values are shown below
VALID - IBAN is valid
INVALID - Country Code - The Country Code within the supplied IBAN is not valid
INVALID - Modulus Check Failed - The IBAN failed the modulus check
INVALID - Format - The supplied IBAN is not in a valid format
ERROR - Invalid User ID/PIN - The User ID or PIN has not been recognised.
ERROR - UserID Expired - Trial user ID has expired.
ERROR - Insecure connection - An attempt was made to access BankVal International's ibanvalidate service using insecure HTTP protocol instead of HTTPS.
The WSDL file on the primary data centre is at https://www.unifiedsoftware.co.uk/BankValinternationalall.wsdl
The WSDL file on the backup data centre is at https://www.unifiedservices.co.uk/BankValinternationalall.wsdl
Social Media