Skip to main content
Object

Fields

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