/n software 3-D Secure V2 Python Edition

Questions / Feedback?

protocol_version Property

Indicates the 3-D Secure protocol version.

Syntax

def get_protocol_version() -> str: ...
def set_protocol_version(value: str) -> None: ...

protocol_version = property(get_protocol_version, set_protocol_version)

Default Value

"1.0.2"

Remarks

This property may be used to change the protocol version for communicating with Directory Servers (DS) or Access Control Servers (ACS). As the 3-D Secure protocol 1.0.2 has only recently been adopted, it may be necessary to set this property to "1.0.1" for compatibility with older Directory or Access Control servers. "1.0.1" and "1.0.2" are the only protocols supported by this class.

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