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

Questions / Feedback?

MethodNotificationURL Property

The URL to which the method notification will be posted.

Syntax

ANSI (Cross Platform)
char* GetMethodNotificationURL();
int SetMethodNotificationURL(const char* lpszMethodNotificationURL); Unicode (Windows) LPWSTR GetMethodNotificationURL();
INT SetMethodNotificationURL(LPCWSTR lpszMethodNotificationURL);
@property (nonatomic,readwrite,assign,getter=methodNotificationURL,setter=setMethodNotificationURL:) NSString* methodNotificationURL;
- (NSString*)methodNotificationURL;
- (void)setMethodNotificationURL:(NSString*)newMethodNotificationURL;
#define PID_SERVER_METHODNOTIFICATIONURL 59

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 specifies the URL to which the ACS will post when the method execution has completed. This must be set before calling GetMethodData. See GetMethodData for more details.

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]