ResponseAVSResult Property
Contains the Address Verification System result code.
Object Oriented Interface
public function getResponseAVSResult();
Procedural Interface
inpaydirect_tsysbenefit_get($res, 36 );
Default Value
''
Remarks
Contains the Address Verification System result code.
This one character property contains the Address Verification System (AVS) result code. An AVS result code can provide additional information concerning the authentication of a particular transaction for which cardholder address verification was requested. An AVS result code of "0" will be returned in the response message when no address verification has been requested. The value returned should be stored and submitted as part of the batch settlement. Valid AVS codes are:
Code | Description |
0 | Address verification was not requested. |
A | CustomerAddress matches, CustomerZip does not. |
E | AVS error / Ineligible (not a mail/phone order) |
G | Ver Unavailable - Non-US Issuer does not participate. |
I | Ver Unavailable - Address information not verified for international transaction. |
M | Exact Match - CustomerAddress match for international transaction. |
N | No match on CustomerAddress or CustomerZip. |
R | Retry - Issuer system unavailable. |
S | Service not supported by issuer. |
U | Address information is unavailable. |
W | Nine digit CustomerZip matches, CustomerAddress does not. |
X | Exact AVS match, nine digit CustomerZip. |
Y | Exact AVS match, five digit CustomerZip. |
Z | Five digit CustomerZip matches, CustomerAddress does not. |
B* | Street address match for international transaction. Postal code not verified due to incompatible formats (acquirer sent both street address and postal code). |
C* | Street address and postal code not verified for international transaction due to incompatible formats (acquirer sent both street address and postal code). |
D* | Street addresses and postal codes match for international transaction. |
I* | Address information not verified for international transaction. |
M* | Street addresses and postal codes match for international transaction. |
P* | Postal codes match for international transaction. Street address not verified due to incompatible formats (acquirer sent both street address and postal code). |
*International AVS Result Code
This property is read-only and not available at design time.
Data Type
String