ResponseCVVResult Property
Contains the returned CVV result code (if CVV data was sent in the request).
Object Oriented Interface
public function getResponseCVVResult();
Procedural Interface
inpaydirect_fdmsrcretail_get($res, 48 );
Default Value
''
Remarks
Contains the returned CVV result code (if CVV data was sent in the request).
If a CVV value was sent in the authorization, this property will contain the host returned Card Verification Value result code. This property is populated if a value is present in the response. The following is a list of current result codes:
Match | Values match |
NoMtch | Values do not match |
NotPrc | Not processed |
NotPrv | Value not provided |
NotPrt | Issuer not participating |
Unknwn | Unknown |
This property is read-only.
Data Type
String