/n software 3-D Secure V2 Python Edition

Questions / Feedback?

sdk_transaction_id Property

SDK Transaction ID.

Syntax

def get_sdk_transaction_id() -> str: ...
def set_sdk_transaction_id(value: str) -> None: ...

sdk_transaction_id = property(get_sdk_transaction_id, set_sdk_transaction_id)

Default Value

""

Remarks

This field contains the universally unique transaction identifier assigned by the 3DS SDK to identify a single transaction. This is generated by the class when calling the get_auth_request method. Shall be provided to the 3DS Server for the purpose of uniquely identifying this transaction within all messages of the authentication process, beginning with the AReq sent by the Server.

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