Skip to main content

VerificationResult

The outcome of a verification operation. The name of the property that contains this type will indicate what verification was performed.

enum VerificationResult {
verified
unknown
refuted
}

Values

verified

The data provided was successfully verified against the bank data.

unknown

Verification could not be performed for the field. This could be because the information requested is not available on the bank's system, the verification systems are unavailable or that it is not supported for the bank specified.

refuted

The data provided is not correct. It negatively correlates with the data provided by the verification system, or the field itself is invalid or non-existent.