Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt

Use this file to discover all available pages before exploring further.

ENUM Possible values for address verification result.

Values

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