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

Questions / Feedback?

WhitelistingInformationText Property

Whitelisting information text.

Syntax

ANSI (Cross Platform)
char* GetWhitelistingInformationText();
int SetWhitelistingInformationText(const char* lpszWhitelistingInformationText); Unicode (Windows) LPWSTR GetWhitelistingInformationText();
INT SetWhitelistingInformationText(LPCWSTR lpszWhitelistingInformationText);
@property (nonatomic,readwrite,assign,getter=whitelistingInformationText,setter=setWhitelistingInformationText:) NSString* whitelistingInformationText;
- (NSString*)whitelistingInformationText;
- (void)setWhitelistingInformationText:(NSString*)newWhitelistingInformationText;
#define PID_CLIENT_WHITELISTINGINFORMATIONTEXT 70

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

Default Value

""

Remarks

Text provided by the ACS/Issuer to Cardholder during a Whitelisting transaction. For example: "Would you like to add this Merchant to your whitelist?"

If present in the challenge response, this must be displayed by the SDK.

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]