CVVResult Property
Contains the returned CVV result code if it was requested.
Syntax
[VB.NET] Public Property CVVResult As String
[C#] public string CVVResult {get; set;}
Remarks
If a CVV value was sent in the authorization request, then this one character field will contain the host returned Card Verification Value result code.
M | CVV2 match. |
N | CVV2 no match. |
P | Not processed. |
S | Merchant has indicated that CVV2 is not present on card. |
U | Issuer not certified and/or has not provided Visa encryption keys. |
Default Value
""