Amount
|
decimal number
|
|
Y
|
|
Amount from original Authorization
|
PaymentId
|
integer
|
|
Y
|
|
PaymentId from original Authorization
|
FK: T_PAYMENT.payment_no   Resource: Payments |
TransactionOrigin
|
string
|
|
Y
|
|
Text indicating the origin of the transaction. The text will be written to T_PAYMENT_GATEWAY_ACTIVITY.origin if payment card tokenization is enabled.
|
PaymentMethodId
|
integer
|
|
N
|
|
Payment method from original authorization
|
FK: TR_PAYMENT_METHOD.id   Resource: PaymentMethods |
IsECommerce
|
boolean
|
|
N
|
|
True if online transaction
|
UserData
|
string
|
|
N
|
|
User-generated free-form text stored in T_PAYMENT_GATEWAY_ACTIVITY.user_data. Tessitura-generated transactions write the invoice, order, or contribution number.
|