/n software 3-D Secure V2 Python Edition

Questions / Feedback?

directory_server_url Property

The address of the Directory Server.

Syntax

def get_directory_server_url() -> str: ...
def set_directory_server_url(value: str) -> None: ...

directory_server_url = property(get_directory_server_url, set_directory_server_url)

Default Value

""

Remarks

This is the URL to which the request_card_ranges and verify_enrollment 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 enrollment_error_url property is also automatically filled.

When the directory_server_url property is set, a DNS request is initiated, and upon successful termination of the request the directory_server_url 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)

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 Python Edition - Version 2.2 [Build 8162]