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

Questions / Feedback?

EnrollmentErrorURL Property

Location where card range and enrollment verification errors are posted to.

Syntax

ANSI (Cross Platform)
char* GetEnrollmentErrorURL();
int SetEnrollmentErrorURL(const char* lpszEnrollmentErrorURL); Unicode (Windows) LPWSTR GetEnrollmentErrorURL();
INT SetEnrollmentErrorURL(LPCWSTR lpszEnrollmentErrorURL);
@property (nonatomic,readwrite,assign,getter=enrollmentErrorURL,setter=setEnrollmentErrorURL:) NSString* enrollmentErrorURL;
- (NSString*)enrollmentErrorURL;
- (void)setEnrollmentErrorURL:(NSString*)newEnrollmentErrorURL;
#define PID_MPI_ENROLLMENTERRORURL 25

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

Default Value

""

Remarks

This property is automatically filled whenever the DirectoryServerURL is set, as normally the EnrollmentErrorURL should be identical to the DirectoryServerURL. If it is required that errors be posted to a different address, this property can be changed before calling RequestCardRanges or VerifyEnrollment. Only errors generated by the RequestCardRanges and VerifyEnrollment methods will be posted to this URL. Errors generated by the CheckAuthenticationResponse method will be posted to the AuthenticationErrorURL. If this property is set to empty before calling the RequestCardRanges or VerifyEnrollment methods no errors will be posted.

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]