> ## 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.

# AvsResponse

> Possible values for address verification result.

`ENUM`

Possible values for address verification result.

## Values

<ResponseField name="ADDRESS_MATCHED_POSTALCODE_MATCHED" type="enum">
  Both street address and postal code matches.
</ResponseField>

<ResponseField name="ADDRESS_MATCHED_POSTALCODE_MISMATCHED" type="enum">
  Street address matches, but postal code does not.
</ResponseField>

<ResponseField name="ADDRESS_MATCHED_POSTALCODE_UNVERIFIED" type="enum">
  Street address matches, but postal code could not be verified by the issuer.
</ResponseField>

<ResponseField name="ADDRESS_MISMATCHED_POSTALCODE_MATCHED" type="enum">
  Postal code matches, but street address does not.
</ResponseField>

<ResponseField name="ADDRESS_MISMATCHED_POSTALCODE_MISMATCHED" type="enum">
  Street address and postal code DO NOT match.
</ResponseField>

<ResponseField name="ADDRESS_UNVERIFIED_POSTALCODE_MATCHED" type="enum">
  Postal code matches, but street address could not be verified by the issuer.
</ResponseField>

<ResponseField name="ADDRESS_UNVERIFIED_POSTALCODE_UNVERIFIED" type="enum">
  Neither the street address nor the postal code could be verified by the issuer.
</ResponseField>

<ResponseField name="AVS_NOT_PROCESSED_RETRY" type="enum">
  Neither a street address nor postal code check was performed by the issuer.
</ResponseField>

<ResponseField name="AVS_NOT_SUPPORTED" type="enum">
  Address verification not supported by the issuer.
</ResponseField>

<ResponseField name="AVS_STATUS_NOT_PROVIDED" type="enum">
  The status of the address verification was not provided by the issuer.
</ResponseField>
