OMNYTH Documentation
Everything you need to understand, integrate, and operate OMNYTH Payment Hub — a 19-module enterprise payment infrastructure platform.
Choose Your Guide
Platform Operator Guide
For bank operations, compliance, treasury, and product teams. Covers all 19 modules with step-by-step procedures: creating flows, processing payments, running reconciliation, managing compliance cases, uploading CAMT statements, configuring ISO 20022 messaging, and monitoring with SLA dashboards.
Developer & API Guide
For engineering teams integrating with OMNYTH. Complete REST API reference with request/response examples for all modules: payments, compliance, ISO 20022, treasury, CAMT ingest, auto repair, monitoring, and webhooks. Includes authentication, idempotency, rate limits, and error model.
Architecture Reference
For technical evaluators, integration architects, and platform engineers. Covers the modular monolith design, SPI isolation pattern, flow execution model with all 18 step types, compliance observer pattern, ISO 20022 engine, CAMT ingest pipeline, auto repair engine, observability pipeline, and deployment topology.
Platform Modules at a Glance
| Category | Modules |
|---|---|
| Core Processing | Payment Orchestration, Validation, Routing Engine, Approval Workflow, Fee Calculation |
| Risk & Compliance | Sanctions Screening, Fraud Detection, Compliance Console |
| Financial Messaging | ISO 20022 Engine, Scheme Adapters (SWIFT, ACH, SEPA, TARGET2) |
| Treasury | Liquidity Management, CAMT Statement Ingest, Nostro Accounts |
| Operations | Reconciliation Engine, Settlement Framework, Auto Repair Engine, Operational Console |
| Platform | Security Framework, Observability Engine, Developer Portal, Experience API |
Key Concepts
- Flows — configurable step sequences stored in the database. Every payment is processed by a flow. No hardcoded pipelines.
- Step Types — 18 types including VALIDATION, SCREENING, FRAUD_CHECK, ROUTING_DECISION, GATEWAY_SUBMISSION, LIQUIDITY_CHECK, ISO20022_TRANSFORM, and APPROVAL_WORKFLOW.
- Rails — payment settlement networks (SWIFT, ACH, SEPA, TARGET2, CliQ, local instant). Abstracted behind a uniform adapter interface.
- Experience APIs — product-specific API facades that mask internal complexity. Configurable without code changes.
- Consumers — applications that integrate with OMNYTH via the Developer Portal. Classified as BANK, FINTECH, CORPORATE, or MARKETPLACE.
- SPI Pattern — every module defines its own service provider interfaces, enabling infrastructure replacement without touching business logic.