PaymentId
|
integer
|
|
Y
|
|
PaymentId from original Authorization
|
FK: T_PAYMENT.payment_no   Resource: Payments |
Amount
|
decimal number
|
|
Y
|
|
Amount from original Authorization
|
PaymentMethodId
|
integer
|
|
Y
|
|
Payment method from original authorization
|
FK: TR_PAYMENT_METHOD.id   Resource: PaymentMethods |
ConstituentId
|
integer
|
|
N
|
|
|
FK: T_CUSTOMER.customer_no   Resource: Constituents |
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.
|
Card
|
CardData
|
|
N
|
|
Card details are only required when using SecureCXL
|
IsECommerce
|
boolean
|
|
N
|
|
True if online transaction
|
IsSwiped
|
boolean
|
|
N
|
|
True if transaction was swiped
|
IsElementDebit
|
boolean
|
|
N
|
|
True if debit transaction processed by Vantiv ip320/350 Encrypted Reader
|
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.
|