Bi-Directional Payload Normalization
SOAP/XML, ISO 8583 and socket payloads translated to a single canonical JSON contract — and back — on every hop.
NexusCraft combines a high-throughput Unified Operator Gateway with an immutable, real-time Automated Reconciliation Engine.
One ingress contract in front of every carrier connection, engineered for transaction-grade volume and predictable failure behaviour.
SOAP/XML, ISO 8583 and socket payloads translated to a single canonical JSON contract — and back — on every hop.
Per-operator health scoring, weighted routing and circuit breaking keep degraded rails out of the live path.
Partitioned event ingestion with Redis-backed hot state sustains 10,000+ transactions per second without backpressure.
Idempotent retry policies per operator, with dead-letter queues and replay tooling for anything that falls out of band.
Every transaction is committed as an atomic three-way match. If any leg fails to settle, the entry is isolated for dispute rather than silently absorbed.
Institution account debited and pre-authorised.
Commission posted against the dealer's float position.
Operator confirmation closes the atomic transaction.
Unmatched legs are quarantined into a dispute ledger with full payload evidence, so a single operator timeout never contaminates settlement for the wider book.
Hierarchical float pools with inherited credit limits, per-tier margin schedules and real-time depletion alerts across every level of the distribution tree.
| Engine Dimension | Technical Specification | Operational Impact |
|---|---|---|
| Latency | < 180ms median end-to-end | Top-ups complete inside the customer's session |
| Uptime SLA | 99.99% contractual | Roughly 4 minutes of budgeted downtime per month |
| Security | mTLS · TLS 1.3 · AES-256 | Passes bank vendor security review without exceptions |
| Throughput | 10,000+ TPS sustained | Peak-season volume absorbed without queueing |
GET /v1/platform/routes/status HTTP/1.1
Host: api.nexuscraft.co
Authorization: Bearer sk_live_••••••••••••
Accept: application/jsonHTTP/1.1 200 OK
x-nexuscraft-latency: 41ms
{
"generated_at": "2026-08-12T11:04:22Z",
"routes": [
{
"operator_code": "MTN_NG",
"health_score": 0.99,
"state": "ACTIVE",
"median_latency_ms": 162,
"float_balance": 84210500.00
},
{
"operator_code": "AIRTEL_NG",
"health_score": 0.87,
"state": "DEGRADED",
"median_latency_ms": 412,
"float_balance": 31980250.00
},
{
"operator_code": "GLO_NG",
"health_score": 0.96,
"state": "ACTIVE",
"median_latency_ms": 198,
"float_balance": 12460000.00
}
],
"failover_policy": "WEIGHTED_HEALTH_SCORE"
}