AvsResponseType Enumeration |
The Address Verification Service (AVS) response code
Namespace:
CardknoxApi
Assembly:
Cardknox (in Cardknox.dll) Version: 4.5
Syntax public enum AvsResponseType
Public Enumeration AvsResponseType
public enum class AvsResponseType
Members
| Member name | Value | Description |
---|
| YYY | 0 |
Address: Match & 5 Digit Zip: Match
|
| NYZ | 1 |
Address: No Match & 5 Digit Zip: Match
|
| YNA | 2 |
Address: Match & 5 Digit Zip: No Match
|
| NNN | 3 |
Address: No Match & 5 Digit Zip: No Match
|
| XXU | 4 |
Address Information not verified for domestic transaction
|
| YYX | 5 |
Address: Match & 9 Digit Zip: Match
|
| NYW | 6 |
Address: No Match & 9 Digit Zip: Match
|
| XXR | 7 |
Retry / System Unavailable
|
| XXS | 8 |
Service Not Supported
|
See Also