TransactionResponse AVSResponse Property Bluefin Web Client API Documentation
Gets string of Address Verification Service (AVS) or null, if response didn't specify any value.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public ReadOnly Property AVSResponse As String 
	Get
Remarks

This is single character address verification response:
D, F, J, M, Q, V, X, YAddress and Zip code match
L, W, ZZIP code match, address is wrong
A, B, O, PAddress match, ZIP code is wrong
K, NNo match, address and ZIP are wrong
UNo data from issuer/banknet switch
RAVS system was unable to process AVS request
SIssuing bank doesn't support AVS
EError, AVS is not supported for your business
CInvalid address and ZIP format (international)
IAddress is not verifiable (international)
GGlobal nov-verifiable address (international)
?Unrecognized codes (none of the above)
See Also