Skip to main content
Object Network address verification service response.

Fields

responseType
required
A high level result. e.g., Full match, Partial match, No match, No response, Not attempted
avsResponseCode
required
The address verification service (AVS) result, normalized and described by Tesouro.
networkCode
The response code sent from the network detailing the address verification service (AVS) result.
{
  "responseType": "FULL_MATCH",
  "avsResponseCode": "ADDRESS_MATCHED_POSTALCODE_MATCHED",
  "networkCode": "xyz789"
}