transactionId property

String? transactionId
getter/setter pair

Unique identifier for the transaction.

This custom identifier can be used to reference this transaction in the future, for example, labeling a refund or chargeback event. Two attempts at the same transaction should use the same transaction id.

Implementation

core.String? transactionId;