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

Questions / Feedback?

CardholderName Property

Name of the cardholder.

Syntax

ANSI (Cross Platform)
char* GetCardholderName();
int SetCardholderName(const char* lpszCardholderName); Unicode (Windows) LPWSTR GetCardholderName();
INT SetCardholderName(LPCWSTR lpszCardholderName);
@property (nonatomic,readwrite,assign,getter=cardholderName,setter=setCardholderName:) NSString* cardholderName;
- (NSString*)cardholderName;
- (void)setCardholderName:(NSString*)newCardholderName;
#define PID_SERVER_CARDHOLDERNAME 29

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

""

Remarks

This property contains the name of the cardholder. Limited to the alphanumeric characters listed in EMV Book 4, Annex B. Required to be set unless market or regional mandates restricts sending this information.

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]