Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Enterprise Event System

Real-time, pub/sub-based event streaming surface. Lets institutionsand partners react to events emitted across Jack Henry's platform(account events, transaction events, alert events, user-lifecycleevents) without polling.

This event API exposes 4 operations across 4 channels, and defines 9 schemas. It is described by AsyncAPI 2.6.0, at version v0.

The API connects through a single server, events.jackhenry.com (kafka-secure).

4 operations 4 channels 9 schemas

Metadata

The identity and technical contract details declared by the specification.

Specification
AsyncAPI 2.6.0
API Version
v0
Base URL
https://events.jackhenry.com
Resource Areas
1

Channels & Operations 4

Across 4 channels, the API surfaces 4 operations. Each is listed below with its action, channel, parameters, and response codes.

Channels 4
SUB
jh.consumer.accounts.v1
Consumer-account lifecycle events.
subscribeAccountEvents body
SUB
jh.consumer.transactions.v1
Transaction postings (debits, credits, fees, interest).
subscribeTransactionEvents body
SUB
jh.consumer.alerts.v1
Alert-fired events triggered by user-configured rules.
subscribeAlertEvents body
SUB
jh.consumer.user-lifecycle.v1
User enrollment, profile updates, lockouts, deletions.
subscribeUserLifecycleEvents body

Messages & Schemas 9

The contract defines 9 schemas that model the data carried by its messages. The most detailed is BaseEnvelope (5 properties). Each schema is shown below with its type and property counts.

AccountEvent
message
TransactionEvent
message
AlertEvent
message
UserLifecycleEvent
message
BaseEnvelope
object
5 properties
AccountEvent
object
TransactionEvent
object
AlertEvent
object
UserLifecycleEvent
object

Specification

The full machine-readable AsyncAPI contract behind this narrative.

Source

enterprise-event-system-asyncapi.yml Raw ↑