Skip to main content
OBJECT

Fields

organization
Organization!
required
acceptor
Acceptor!
required
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.
fundsTransfer
FundsTransfer
The funds transfer associated with this transaction, containing bank account details.
fundsReleaseDate
Date
The date that Tesouro releases the funds from its bank account to the recipient’s bank account.
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.
fundingCurrency
String!
required
The currency of the funded transaction, formatted in ISO 4217 alphabetic code.
fundingGrossAmount
Decimal!
required
The total amount of the transaction, in the funding currency.
interchangeFeesAmount
Decimal!
required
The amount of interchange associated with this transaction
networkFeesAmount
Decimal!
required
The itemized network fees associated with this transaction
acceptorInterchangeFeesAmount
Decimal!
required
The amount of acceptor interchange associated with this transaction
acceptorNetworkFeesAmount
Decimal!
required
The itemized acceptor network fees associated with this transaction
processorFeesAmount
Decimal!
required
The itemized processor fees associated with this transaction
transactorFeesAmount
Decimal!
required
deprecated
The amount of partner fees associated with this transactionDeprecated: Use partnerFeesAmount instead.
partnerFeesAmount
Decimal!
required
The amount of partner fees associated with this transaction
isPartnerFeeAdjusted
Boolean!
required
Indicates if the partner fee was adjusted at the transaction level.
convenienceFeesAmount
Decimal!
required
The amount of convenience fees associated with this transaction
serviceFeesAmount
Decimal!
required
The amount of service fees associated with this transaction
surchargeAmount
Decimal!
required
The amount of surcharge associated with this transaction
fundingNetAmount
Decimal!
required
The net funded amount after fees, in the funding currency.
paymentTransaction
PaymentTransaction!
required
perspective
Perspective
The perspective of the transaction, which can be either ‘Acceptor’ or ‘Partner’. This field is used to determine the perspective from which the transaction is reported.