/n software 3-D Secure V2 Python Edition

Questions / Feedback?

requestor_id Property

Directory server assigned 3DS Requestor identifier.

Syntax

def get_requestor_id() -> str: ...
def set_requestor_id(value: str) -> None: ...

requestor_id = property(get_requestor_id, set_requestor_id)

Default Value

""

Remarks

This field contains the 3DS Requestor identifier as assigned by the directory server. 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]