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

Questions / Feedback?

RequestorURL Property

3DS Requestor website or customer care site.

Syntax

ANSI (Cross Platform)
char* GetRequestorURL();
int SetRequestorURL(const char* lpszRequestorURL); Unicode (Windows) LPWSTR GetRequestorURL();
INT SetRequestorURL(LPCWSTR lpszRequestorURL);
@property (nonatomic,readwrite,assign,getter=requestorURL,setter=setRequestorURL:) NSString* requestorURL;
- (NSString*)requestorURL;
- (void)setRequestorURL:(NSString*)newRequestorURL;
#define PID_SERVER_REQUESTORURL 76

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 fully qualified URL of the 3DS Requestor website or customer care site. This is sent in the Authentication Request Message (AReq) sent by the component in the SendAuthRequest method.

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]