Orchestration Data Flow Use Cases¶
These are high-level data flow that encompass typical interactions in the orchestration. This info is intended as an artifact for the ICS - Architectural Secure Design Review.
Use Cases¶
Use Case 1: Payment via Digital Interface(DI)¶
- User sends a payment via the DI app.
- The jX gateway sends a
PmtHubCrXferAdd
request to the WOS2 orchestration endpoint. - Orchestration looks up customer via BlueServices API.
- Orchestration submits token validation request to Zelle Shared Directory API.
- Orchestration submits fraud check request to Yellow Hammer API.
- Orchestration performs TrnAdd via jX to debit the sender.
- Orchestration creates the payment via the Zelle Shared Directory API.
- Orchestration updates the BlueServices API.
- Orchestration sends an ENS message via the BlueServices API.
- Orchestration responds to the DI.
Use Case 2: Consume EWS Queue Message¶
- EWS sends a network message via IBM MQ.
- Orchestration consumes message from IBM MQ.
- Orchestration looks up Zelle entities via BlueServices API.
- Orchestration performs TrnAdd via jX to debit the sender.
- Orchestration updates Zelle entities via BlueServices API.
- Orchestration sends an ENS message via the BlueServices API.