/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 send_auth_request methods post.

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