Skip to main content
Enum Possible values for address verification result.

Enum Values

ADDRESS_MATCHED_POSTALCODE_MATCHED
Both street address and postal code matches.
ADDRESS_MATCHED_POSTALCODE_MISMATCHED
Street address matches, but postal code does not.
ADDRESS_MATCHED_POSTALCODE_UNVERIFIED
Street address matches, but postal code could not be verified by the issuer.
ADDRESS_MISMATCHED_POSTALCODE_MATCHED
Postal code matches, but street address does not.
ADDRESS_MISMATCHED_POSTALCODE_MISMATCHED
Street address and postal code DO NOT match.
ADDRESS_UNVERIFIED_POSTALCODE_MATCHED
Postal code matches, but street address could not be verified by the issuer.
ADDRESS_UNVERIFIED_POSTALCODE_UNVERIFIED
Neither the street address nor the postal code could be verified by the issuer.
AVS_NOT_PROCESSED_RETRY
Neither a street address nor postal code check was performed by the issuer.
AVS_NOT_SUPPORTED
Address verification not supported by the issuer.
AVS_STATUS_NOT_PROVIDED
The status of the address verification was not provided by the issuer.
{}