/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

CardEnrolled Property

Indicates whether the CardNumber can be authenticated.

Syntax

ANSI (Cross Platform)
char* GetCardEnrolled();

Unicode (Windows)
LPWSTR GetCardEnrolled();
@property (nonatomic,readonly,assign,getter=cardEnrolled) NSString* cardEnrolled;
- (NSString*)cardEnrolled;
#define PID_MPI_CARDENROLLED 13

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_MPI_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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:

YAuthentication available.
NAuthentication not available.
UEnrolled 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.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8162]