/n software 3-D Secure V2 Python Edition

Questions / Feedback?

server_transaction_id Property

Server transaction identifier.

Syntax

def get_server_transaction_id() -> str: ...
def set_server_transaction_id(value: str) -> None: ...

server_transaction_id = property(get_server_transaction_id, set_server_transaction_id)

Default Value

""

Remarks

Universally unique transaction identifier assigned by the 3DS Server to identify a single transaction. This value is generated by the class when get_method_data or send_auth_request is called.

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