CAVV Property
AuthenticationCAVV data from a ThreeDSecure authentication.
Syntax
__property String CAVV = {read=FCAVV, write=FSetCAVV, default=""};
Default Value
""
Remarks
This property is used to pass 3D Secure CAVV data on to the transaction server. This property must be a 28-byte Base-64 encoded value. This component may be used in conjunction with the IP*Works! 3D Secure MPI component or with any other 3D Secure MPI implementation. For example:
component.CAVV = ThreeDSecure.AuthenticationCAVV
Other properties necessary for passing 3D Secure data are XID and ECI.
Data Type
String