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

Questions / Feedback?

CardExpDate Property

Expiration date of the PAN or Token.

Syntax

ANSI (Cross Platform)
char* GetCardExpDate();
int SetCardExpDate(const char* lpszCardExpDate); Unicode (Windows) LPWSTR GetCardExpDate();
INT SetCardExpDate(LPCWSTR lpszCardExpDate);
@property (nonatomic,readwrite,assign,getter=cardExpDate,setter=setCardExpDate:) NSString* cardExpDate;
- (NSString*)cardExpDate;
- (void)setCardExpDate:(NSString*)newCardExpDate;
#define PID_SERVER_CARDEXPDATE 25

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 field contains the expiration date of the PAN or Token supplied in the CardNumber property. The format for this field is YYMM.

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]