Skip to main content
OBJECT

Fields

organization
Organization
acceptor
Acceptor
id
UUID!
required
A unique 36 character identifier created by Tesouro, and assigned to the specific change notification.
accountNumber
String!
required
The original bank account number.
accountNumberUpdated
String
The updated bank account number.
accountType
BankAccountType!
required
The type of bank account, either Checking or Savings, specified on the original transaction.
accountTypeUpdated
BankAccountType
The updated bank account type.
activityDate
Date!
required
The date the notification of change was received by Tesouro.
changeReasonCode
AchNotificationOfChangeCodes!
required
A unique code signaling that information in a prior ACH entry needs updating.
changeReason
String!
required
A reader friendly description of the Change reason code.
routingNumber
String!
required
The original unique nine-digit number identifying the bank.
routingNumberUpdated
String
The updated routing number.
transactionActivityDate
Date!
required
The date Tesouro recognized the transaction that triggered the notification of change.
transactionAmount
Decimal!
required
The transaction amount submitted with the transaction request.
transactionCurrency
String!
required
The currency specified on the transaction request, in ISO 4217 alpha currency code format.
transactionDateTime
DateTime!
required
The date and time that Tesouro received the transaction request, in UTC. Formatted as 2024-03-27T02:40:00Z
transactionId
UUID!
required
The unique 36 character identifier Tesouro assigned to the transaction that triggered the notification of change.
transactionReference
String!
required
The unique identifier assigned to the transaction by the acceptor (or partner) and included in the original transaction request sent to Tesouro.
transactionType
TransactionType!
required
The type of transaction, either an ACH debit (sale) or ACH debit (refund).
paymentId
UUID!
required
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.