EES and High-Risk Action Events

What is an EES event and why do we use them?

The Enterprise Event System (EES) is a Jack Henry enterprise event information delivery system. Designed on the “Pub/Sub” model, the system will take in event information from publishers and deliver it to subscribers. Which events get published and how the event information is used is up to the publisher and subscriber products. Subscribers choose the information they are interested in.

Banno subscribes to EES events, primarily, for near real-time alerts. These events are used to trigger a notification when a change is made in a different system (like the core).

Fraud Events

Events related to high-risk actions, potentially indicating fraud, were introduced in late 2023.

Authentication/security events
  • Password login
    • Event name: AppAuthenticationAttempted
    • Event category: 110030
  • PIN/Biometric login
    • Event name: Oob2FACodeVerified
    • Event category: 110010
  • High risk action blocked on new device
    • Event name: HighRiskBlockedNewDevice
    • Event category: 110010

User management events (Banno Business required)
  • Business user created
    • Event name: OrganizationUserCreated
    • Event category: 110000
  • Business user entitlement modified
    • Event name: OrgUserEntitlementChanged
    • Event category: 110040
  • Business user email changed
    • Event name: OrgUserDetailsChanged
    • Event category: 110050
  • Business user deleted
    • Event name: OrgUserDelete
    • Event category: 110060
  • Business user name changed
    • Event Name: “OrgUserDetailsChanged”
    • Event category: 110050
  • Business user role changed
    • Event Name: “OrgUserDetailsChanged”
    • Event category: 110050

ACH events (Banno Business required)

All events in this category publish to EES event 110020 unless otherwise noted.

  • ACH batch created
    • Event name: “CreatedACHBatchV2”
  • ACH batch edited
    • Event name: “EditACHBatchV2”
  • ACH Batch recipient added
    • Event Name: “AddACHRecordsV2"
  • ACH Batch recipient edited
    • Event Name: “EditACHRecordsV2"
  • ACH Batch initiated
    • Event Name: “ACHInitiateBatchV2”
  • ACH Batch approved
    • Event Name: “ACHApproved”

Bill Pay events

All events in this category publish to EES event 110020 unless otherwise noted.

  • New bill pay payee
    • Event Name: “PayeeCreatedViaText”
  • New bill payment
    • Event Name: “PaymentCreated”
  • Modified bill payment
    • Event Name: “PaymentUpdated”

Deposit and transfer events

All events in this category publish to EES event 110020 unless otherwise noted.

  • New check deposit
    • Event Name: “RdcFundsDeposited”
  • New external transfer account
    • Event Name: “ExternalTransferAccountCreatedV2”
  • New external transfer created
    • Event Name: “TransferScheduled”
  • Scheduled transfer edited
    • Event Name: ScheduledTransferUpdated

Wire events

All events in this category publish to EES event 110020 unless otherwise noted.

  • New wire
    • Event Name: “WireCreationSuccessfulV2”
  • Wire edited
    • vent Name: “WireEditedV2”
  • Wire initiated
    • Event Name: “WireInitiatedV2”
  • Wire approved
    • Event Name: “WireApprovedV1”

Zelle events

All events in this category publish to EES event 110020 unless otherwise noted.

  • New Zelle recipient
    • Event Name: “RecipientAddedV2”
  • New Zelle payment
    • Event Name: “SendMoney”

To view development details for using Banno-specific EES events, visit the Banno event publisher page of jackhenry.dev.

Related