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

Questions / Feedback?

AuthenticationIndicator Property

3DS Requestor Authentication Indicator.

Syntax

ANSI (Cross Platform)
char* GetAuthenticationIndicator();
int SetAuthenticationIndicator(const char* lpszAuthenticationIndicator); Unicode (Windows) LPWSTR GetAuthenticationIndicator();
INT SetAuthenticationIndicator(LPCWSTR lpszAuthenticationIndicator);
@property (nonatomic,readwrite,assign,getter=authenticationIndicator,setter=setAuthenticationIndicator:) NSString* authenticationIndicator;
- (NSString*)authenticationIndicator;
- (void)setAuthenticationIndicator:(NSString*)newAuthenticationIndicator;
#define PID_SERVER_AUTHENTICATIONINDICATOR 6

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

Default Value

"01"

Remarks

Indicates the type of Authentication request. This data element provides additional information to the ACS to determine the best approach for handing an authentication request. Included in the Authorization Request Message (ARes) sent by the SendAuthRequest method. Possible values are:

01Payment - default
02Recurring
03Installment
04Add Card
05Maintain Card
06Verify Cardholder
07Billing Agreement

Data Type

String

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