Skip to main content
OBJECT

Fields

organization
Organization
acceptor
Acceptor
presenterId
UUID
Presenter Id
rateUnitAmount
Decimal!
required
The unit amount charged on transaction, as part of the fee rate.
rateMultiplier
Decimal!
required
The decimal used to multiply against the transaction amount to determine the “percentage” portion of the fee rate.
feeType
AllocationType!
required
The type of fee, e.g., Interchange, Network, Processor, etc.
name
String!
required
The name of the fee, interchange or wholesale program
description
String!
required
A detailed description of the fee or program
feeCalculatedAmount
Decimal!
required
The total fee amount calculated as a percentage of the transaction amount (including taxes), a flat fee, or a combination of both.
productPillar
ProductPillar!
required
The Tesouro product pillar that this fee applies to: “Boarding”, “Transaction processing”, “Funding”, “Risk, Compliance, and Dispute management”, or “Reporting”.
activityDate
Date!
required
The date the fee was applied
transactionDateTime
DateTime
The date and time that Tesouro received the transaction, in UTC. Formatted as 2024-03-27T02:40:00Z
billableEventAmount
Decimal!
required
The net billable event amount, including any add-ons or deductions.
accountNumberPrefix
String
The leading digits of the account.
accountNumberSuffix
String
The final digits of the account.
paymentBrand
PaymentBrand
The specific payment brand used, e.g., Visa, MasterCard, Discover, American Express, etc.
paymentFundingSource
FundingSource
Specifies the source of the customer’s funds , e.g., credit, debit, or pre-paid.
fundingCurrency
String!
required
The total fee amount’s currency code in ISO 4217 alpha currency code format.
billableEventCurrency
String
The fee’s billable event currency code in ISO 4217 alpha currency code format.
merchantCategory
String
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. https://www.iso.org/standard/79450.html
processingNetwork
Network
The applicable payment network, e.g., Visa, Mastercard, etc.
orderReference
String
A unique identifier created by the acceptor and assigned to the order placed by the customer.
transactionReference
String
A unique identifier created by the entity holding the direct relationship with the Acceptor, and used by that entity for reconciliation and transaction search. Tesouro uses this identifier to manage idempotency.
transactionId
UUID
A unique 36 character identifier assigned by Tesouro for every transaction request received.
fundsTransferDescriptor
String
A value created by Tesouro and sent with the funds transfer to the recipient’s bank for display on the bank statement. It includes information on who sent the money and the purpose of the payment. The recipient can use this value to help with bank and transaction reconciliation.
fundsReleaseDate
Date
The date that Tesouro releases the funds from its bank account to the recipient’s bank account.
fundsTransferId
UUID
A unique identifier created by Tesouro and assigned to the transfer of money to a bank account, that identifies a cohort of funded transactions making up the transfer.
paymentId
UUID
A unique 36 character identifier created by Tesouro and assigned to a group of transactions in the same payment request cohort. e.g., An authorization request, incremental authorization request, and the final capture would have the same paymentID. NOTE: This field will present a null, not applicable, or empty value if the fee is not tied to a specific transaction.
billableEventType
BillableType
The type of billable event, including, but not limited to: Authorization, Capture, Refund, Reversal, Authentication, Dispute, Funds transfer, Misc. adjustment, Token, Account updater, AVS verification, etc.
paymentProduct
String
The product name according to the payment brand (e.g. World Elite Mastercard card) NOTE: This field will present a null, not applicable, or empty value if the fee is not tied to a specific transaction.
consumerType
ConsumerType
Specifies the type of account associated with the cardholder’s card, e.g., Consumer, Commercial, Government, etc., which has an impact on the interchange qualification. NOTE: This field will present a null, not applicable, or empty value if the fee is not tied to a specific transaction.
billingEventSourceId
UUID
Reference id of item that fee applies to (Refer to BillingEventSourceType field for referencing type).
billingEventSourceType
BillingEventSourceType
The type of entity that the billing event source id references, including, but not limited to: Transaction, Funds Transfer, Boarding Request, Acceptor, ACH Return, ACH Notice Of Change, Dispute.
perspective
Perspective
The perspective of the fee, which can be either ‘Acceptor’ or ‘Partner’. This field is used to determine the perspective from which the fee is reported.