E-Payment Integrator 2020 Python Edition

Questions / Feedback?

transaction_id Property

Merchant-generated transaction Id used for all transactions.

Syntax

def get_transaction_id() -> str: ...
def set_transaction_id(value: str) -> None: ...

transaction_id = property(get_transaction_id, set_transaction_id)

Default Value

""

Remarks

This property is used to send a merchant-generated transaction id to the gateway, if the gateway supports that feature.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]