Skip to main content
OBJECT

Fields

organization
Organization!
required
acceptor
Acceptor
transactionCurrency
String!
required
The currency specified on the transaction, in ISO 4217 alpha currency code format.
transactionCount
Int!
required
The total number of transactions
transactionAmountApproved
Decimal!
required
The total amount approved for authorization, which may be different than the total amount requested.
transactionAmountRequested
Decimal!
required
The total amount requested for authorization
processorResponseCode
String!
required
A normalized response code defined by Tesouro that maps to the network’s authorization response code.
processorResponseMessage
String!
required
A human readable description of the authorization response code. e.g., Insufficient funds.
avsResponse
String!
required
The Address Verification Service (AVS) result provided by the payment brand that verifies the entered address information matches the address information on file with the issuing bank.
securityCodeNetworkResponse
String!
required
The response code sent from the network detailing the card security code verification results.
paymentChannel
String!
required
The card-present or card-not-present channel from which the customer makes a payment, e.g., In-store using a physical card terminal, online, or over the phone or through mail order.
merchantCategory
String!
required
Unique ISO four digit values used to classify merchants and their transactions into specific categories based on the type of business, trade or services supplied.
transactionType
PaymentTransactionType!
required
The type of transaction, e.g., Authorization, Capture, Refund, Reversal, Incremental authorization, Authentication.
issuingBankName
String!
required
The name of the issuing bank
issuingBankCountry
String!
required
The ISO 3166-1 three-letter country code associated with the issuing bank.
paymentProduct
String!
required
The product name according to the payment brand (e.g. World Elite Mastercard card), if applicable.
paymentFundingSource
String!
required
Specifies the source of the card customer’s funds , e.g., credit, debit, pre-paid.
approvalStatus
AuthorizationApprovalStatus!
required
Specifies if the authorization was fully approved, partially approved, or declined.
transactionActivityDate
Date!
required
The date Tesouro recognized the payment request based upon the acceptor cutoff
paymentBrand
PaymentBrand!
required
Specifies which payment brand was used, e.g., Visa, Mastercard, Discover, American Express, etc.
processingNetwork
Network!
required
The payment network that the transaction was sent across, which may be unaffiliated with the card brand.