/n software 3-D Secure V2 Python Edition

Questions / Feedback?

requestor_url Property

3DS Requestor website or customer care site.

Syntax

def get_requestor_url() -> str: ...
def set_requestor_url(value: str) -> None: ...

requestor_url = property(get_requestor_url, set_requestor_url)

Default Value

""

Remarks

This field contains the fully qualified URL of the 3DS Requestor website or customer care site. This is sent in the Authentication Request Message (AReq) sent by the component in 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]