NLZ Migration POC — Money Movement — Kaushik Sarkar
investor-ach-api (OnPrem) path to the NLZ cam-movemoney-process-api (Cloud) architecture for ACH deposits, withdrawals, and recurring transactions.
| Area | OLZ (investor-ach-api) | NLZ (cam-movemoney-process-api) |
|---|---|---|
| Eligibility & Compliance | FICO external HTTP calls | Inline EligibilityService + ComplianceService |
| Account Data | Sequential fetches | Parallel 4 concurrent calls |
| Events | None | Kafka transaction status events |
| Notifications | Synchronous | Async fire-and-forget BackgroundQueue |
| Channel Routing | AV only | Multi AV + SCA via OriginId |
| Queue Processing | Quartz cron job | Native .NET BackgroundService timer |