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

Questions / Feedback?

DirectoryServerURL Property

The address of the Directory Server.

Syntax

ANSI (Cross Platform)
char* GetDirectoryServerURL();
int SetDirectoryServerURL(const char* lpszDirectoryServerURL); Unicode (Windows) LPWSTR GetDirectoryServerURL();
INT SetDirectoryServerURL(LPCWSTR lpszDirectoryServerURL);
@property (nonatomic,readwrite,assign,getter=directoryServerURL,setter=setDirectoryServerURL:) NSString* directoryServerURL;
- (NSString*)directoryServerURL;
- (void)setDirectoryServerURL:(NSString*)newDirectoryServerURL;
#define PID_MPI_DIRECTORYSERVERURL 24

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 is the URL to which the RequestCardRanges and VerifyEnrollment methods post data. Under normal circumstances, this is also the same URL that these methods post errors to. Thus, when this property is set the EnrollmentErrorURL property is also automatically filled.

When the DirectoryServerURL property is set, a DNS request is initiated, and upon successful termination of the request the DirectoryServerURL property is set to the corresponding address. If the search is not successful, an error is returned.

A list of current directory servers is included below for reference (note that these may change at any time), but the merchant should be assigned a specific directory server by the acquiring bank.

https://ds.visa3dsecure.comVerified By Visa Directory Server
https://directory.securecode.comMasterCard SecureCode(tm) Directory Server
https://ds.jcb-jsecure.com/JCB J/Secure(tm) Directory Server
https://dropit.3dsecure.net/PIT/DS3-D Secure Product Integration Testing (PIT) server
https://www.nsoftware.com/3dsecure/testing/directoryserver.asp/n software's test server (limited canned responses)

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]