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

Questions / Feedback?

RecurEndDate Property

The date after which no further authorizations should be performed.

Syntax

ANSI (Cross Platform)
char* GetRecurEndDate();
int SetRecurEndDate(const char* lpszRecurEndDate); Unicode (Windows) LPWSTR GetRecurEndDate();
INT SetRecurEndDate(LPCWSTR lpszRecurEndDate);
@property (nonatomic,readwrite,assign,getter=recurEndDate,setter=setRecurEndDate:) NSString* recurEndDate;
- (NSString*)recurEndDate;
- (void)setRecurEndDate:(NSString*)newRecurEndDate;
#define PID_MPI_RECURENDDATE 43

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 field contains the date at which recurring payments are to end. It is the merchant's responsibility to ensure that the value of RecurEndDate is not later than the card's expiration date. Note that the card needs to be valid only at the time of authorization. It is not a problem if it expires between authorization and capture. This date is in the format YYYYMMDD.

This property is not available at design time.

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]