CardEnrolled Property
Indicates whether the CardNumber can be authenticated.
Syntax
public val cardEnrolled: String?
Default Value
""
Remarks
This property is filled after sending a Verify Enrollment Request (VEReq) using the VerifyEnrollment method, and indicates whether the CardNumber is enrolled in the 3-D Secure program. Valid responses are listed below:
| Y | Authentication available. | 
| N | Authentication not available. | 
| U | Enrolled cardholder, but authentication is currently unavailable. | 
If this property contains a "Y" after sending a VEReq the ACSURL property will contain the fully qualified URL of the Access Control Server, and you may proceed with authenticating the CardNumber.
This property is read-only and not available at design time.