/n software 3-D Secure V2 Python Edition

Questions / Feedback?

acsurl Property

URL of the ACS to be used for the challenge.

Syntax

def get_acsurl() -> str: ...
def set_acsurl(value: str) -> None: ...

acsurl = property(get_acsurl, set_acsurl)

Default Value

""

Remarks

This field contains the fully qualified URL of the ACS to be used for the challenge. This will be populated after the call to send_auth_request method if the Authentication Response Message (ARes) indicates that a challenge is required.

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