E-Payment Integrator 2020 Python Edition

Questions / Feedback?

response_transaction_id Property

Unique Transaction Id of the payment.

Syntax

def get_response_transaction_id() -> str: ...

response_transaction_id = property(get_response_transaction_id, None)

Default Value

""

Remarks

Unique Transaction Id of the payment.

The value of this property is returned by the server when either one of the following methods is called:

- on_sale. In this case, the response_transaction_id is your record of the transaction.

- on_authorize. You will need the value of response_transaction_id for use as a key when capturing funds.

Character length and limitations:17 single-byte characters.

This property is read-only.

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