/n software 3-D Secure V2 Python Edition

Questions / Feedback?

results_url Property

3DS Server URL.

Syntax

def get_results_url() -> str: ...
def set_results_url(value: str) -> None: ...

results_url = property(get_results_url, set_results_url)

Default Value

""

Remarks

Full qualified URL of the 3DS Server to which the directory server will send the Results Request Message (RReq) after the challenge has completed. This is sent to the directory server when calling the send_auth_request method.

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