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

CategoryModules
Core ProcessingPayment Orchestration, Validation, Routing Engine, Approval Workflow, Fee Calculation
Risk & ComplianceSanctions Screening, Fraud Detection, Compliance Console
Financial MessagingISO 20022 Engine, Scheme Adapters (SWIFT, ACH, SEPA, TARGET2)
TreasuryLiquidity Management, CAMT Statement Ingest, Nostro Accounts
OperationsReconciliation Engine, Settlement Framework, Auto Repair Engine, Operational Console
PlatformSecurity 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.
New to OMNYTH? Start with the Platform Operator Guide for an end-to-end walkthrough of the platform, then move to the Developer Guide when you're ready to integrate your application.