class PostcodeAnywhere::BankAccountValidation::ValidationResult
Attributes
The name of the banking institution.
The banking institution’s BIC, also know as the SWIFT BIC.
The name of the account holding branch.
The branch’s BIC.
Indicates that the account supports the CHAPS service.
Line 1 of the branch’s contact address. NB: This is the address to be used for BACs enquiries and may be a contact centre rather than the branch’s address.
Line 2 of the branch’s contact address.
The branch’s contact fax number.
The branch’s contact phone number.
The branch’s contact post town.
The branch’s contact postcode.
The correct version of the AccountNumber. This will be 8 digits long and in the form expected for BACs submission.
The correct version of the SortCode. This will be 6 digits long with no hyphens. It may differ from the original sortcode.
Indicates that the account supports the faster payments service.
The correctly formatted IBAN for the account.
Indicates whether the account number a sortcode are valid. Example: false
Indicates whether the account can accept direct debits. Certain accounts (e.g. savings) will not accept direct debits. Example: false
More detail about the outcome of the validation process. Describes reasons validation failed or changes made to pass validation. DetailsChanged indicates that the account and sortcode should be changed for BACs submission (check CorrectedAccountNumber and CorrectedSortCode). CautiousOK is set where the sortcode exists but no validation rules are set for the bank (very rare).
Values:
- None - UnknownSortCode - InvalidAccountNumber - OK - CautiousOK - DetailsChanged