Skip to main content
Object

Fields

organization
required
acceptor
required
paymentBrand
Specifies which payment brand was used, e.g., Visa, Mastercard, Discover, American Express, etc.
processingNetwork
The processing network that the transaction was sent across, which may be unafilliated with the card brand.
conveyedStatus
required
Indicator that the transaction was conveyed, or handled by the Tesouro network
transactionCurrency
required
The currency specified on the transaction, in ISO 4217 alpha currency code format.
transactionCount
required
The total number of transactions
transactionType
required
The type of transaction, e.g., Authorization, Capture, Refund, Reversal, Incremental authorization, Authentication.
transactionAmount
required
The total value of the transactions
transactionActivityDate
required
The date Tesouro recognized the payment request based upon the acceptor cutoff
paymentFundingSource
required
Specifies the source of the card customer’s funds , e.g., credit, debit, pre-paid.
transactionProcessingDecision
required
Tesouro’s decision to approve or decline, or accept or reject the transaction request. Note, this is different than the Authorization response returned from the payment network.
presenterId
required
A unique identifier created and used by Tesouro, and assigned to the entity presenting the transaction to Tesouro.
paymentChannel
A unique identifier created and used by Tesouro, and assigned to the entity presenting the transaction to Tesouro.
{
  "organization": Organization,
  "acceptor": Acceptor,
  "paymentBrand": "VISA",
  "processingNetwork": "VISA",
  "conveyedStatus": "NOT_APPLICABLE",
  "transactionCurrency": "abc123",
  "transactionCount": 987,
  "transactionType": "AUTHORIZATION",
  "transactionAmount": Decimal,
  "transactionActivityDate": "2007-12-03",
  "paymentFundingSource": "UNKNOWN",
  "transactionProcessingDecision": "ACCEPTED",
  "presenterId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "paymentChannel": "ECOMMERCE"
}