IsPending
|
boolean
|
|
|
|
Indicates whether an authorization response has been received (false).
|
CardNumber
|
string
|
|
|
|
|
CardHolderName
|
string
|
|
|
|
|
ResponseCode
|
string
|
|
|
|
A "SUCCESS" value (MasterCard) or zero "0" value (other gateways) indicates a successful transaction.
|
ResponseMessage
|
string
|
|
|
|
Sometimes includes more detailed information about the response than the ResponseCode.
|
AuthorizationCode
|
string
|
|
|
|
Generated by the cardholder's bank, or an echo of a manual/force auth code, if one was provided in the AuthorizationRequest.
|
ReferenceNumber
|
string
|
|
|
|
Used in subsequent reversal or refund requests or inquiries.
|
AccountId
|
integer
|
|
N
|
|
AccountId used in transaction. This could be set on the response, even if it were not set on the request, since, depending on settings, the card might be stored during the request.
|
FK: T_ACCOUNT_DATA.id   Resource: Accounts |
CVVResponseCode
|
string
|
|
|
|
The status of whether the CVV matched the one on the cardholder's account.
|
AVSResponseCode
|
string
|
|
|
|
The degree to which BillingAddress matches the one on the cardholder's account.
|
Succeeded
|
boolean
|
|
|
|
Success (true) or failure (false) of the authorization request. Use this value, rather than ResponseCode, to interpret the disposition of the request.
|
IsPartialAuth
|
boolean
|
|
|
|
Authorized amount was less than the requested amount. (Vantiv).
|
AuthorizedAmount
|
decimal number
|
|
|
|
May be lower than requested amount if IsPartialAuth is set.
|
BalanceAmount
|
decimal number
|
|
|
|
Remaining card balance may be set for partially authorized transactions (Vantiv).
|
BalanceCurrencyCode
|
string
|
|
|
|
Currency of remaining card balance may be set for partially authorized transactions (Vantiv).
|
PaymentMethod
|
PaymentMethod
|
|
|
|
PaymentMethod used in transaction. Could have changed from request based on card mnemonic.
|
TessituraMerchantServicesAction
|
string
|
|
|
|
A base64 encoded payload containing a Tessitura Merchant Services Action to pass through to Payment Component.
For more details, see the Payment Component documentation here: https://bitbucket.org/TN_WebShare/tessituramerchantservicesintegrationsample/.
|
ShopperIp
|
string
|
|
|
|
Previously provided IP Address of the end-user. Formatting may have changed slightly (leading / trailing zeros in octects). Used for Tessitura Merchant Services only.
|
MaskedCardNumber
|
string
|
|
|
|
Masked number of the credit card used. Used for Tessitura Merchant Services only.
|