ACH transfers originated outside of the Treasury Prime platform are referred to as “incoming” or “externally originated” ACH transfers as they are originated by a third party.
id
of the Transaction in question in your message.deposit
transactiontype
field of the transaction object has a value of deposit
as this is a credit to the account. For ACH debits, this would have a value of withdrawal
.
withdrawal
transaction (shown below)incoming_ach.create
webhook which fires when new incoming ACH objects are created.
incoming_ach.create
Webhook Notificationaccount.update
webhook, which fires any time a new transaction is created on an account.
account.update
Webhook Notificationtransaction.create
may also be used to receive updates when new transactions are created; however, this webhook (and the associated Transaction object) do not contain any information to identify the account that the transaction belongs to. So this will likely be most useful in circumstances where you are interested in identifying all new transactions as they are created, but do not need to know the account to which that transaction belongs.
transaction.create
Webhook Notificationdesc
field of the Transaction object. As shown below, this field will usually contain a value starting with “INCOMING ACH” followed by the direction of the ACH (credit or debit) and the original description included with the ACH if available.
desc
Value for an Inbound ACH Creditdesc
Value for an Inbound ACH Debit