Skip to content
Last updated

Address Verification Service (AVS) Codes

The Address Verification Service (AVS) allows card-not-present merchants to verify a cardholder's billing address with the card issuer to reduce risk exposure. An AVS request includes the billing address provided by the cardholder (street address and/or postal code).

The AVS verification result is returned in the avsResultCode field of payment API responses.

CodeDescription
AStreet address matches, but postal code does not match
NStreet address and postal code do not match
YStreet address and postal code both match
ZPostal code matches, but street address does not match
RAVS check was unavailable or timed out
UAddress information is unavailable from issuer
SAVS not supported by card issuer
FMTAddress or postal code in invalid format
C1Cardholder name matches
C2Cardholder name, street address, and postal code all match
C3Cardholder name and street address match, but postal code does not match
C4Cardholder name and postal code match, but street address does not match
C5Cardholder name does not match, but street address matches
C6Cardholder name does not match, but postal code matches
C7Cardholder name does not match, but street address and postal code match
C8Cardholder name, street address, and postal code all do not match
UNKUnknown or unmapped processor AVS response. The verification result is not recognized, not mapped, or not provided by the processor