Sub-200ms Transaction Latency
Persistent operator sessions and pre-warmed routes keep median dispense time under 200ms end-to-end, including ledger commit.
Connect your bank, neobank, or digital wallet directly to master airtime dealers through NexusCraft's enterprise API gateway. Eliminate failed top-up tickets with sub-200ms processing speeds and 99.99% SLA uptime.
ISO 8583 / REST
Normalization, routing, ledger commit
MTN · Airtel · Glo
Persistent operator sessions and pre-warmed routes keep median dispense time under 200ms end-to-end, including ledger commit.
Health-scored dealer rails re-route in-flight traffic away from degraded operator connections before your customers see a failure.
Double-entry, immutable ledger reconciling core-banking debits against MNO fulfillment receipts continuously, not nightly.
| Dimension | Legacy Dealer Setup | NexusCraft Enterprise Gateway |
|---|---|---|
| Protocol Support | One-off SOAP/XML per dealer | REST, ISO 8583, SOAP and USSD out of the box |
| Failover Routing | Manual switchover by ops team | Automatic health-scored multi-dealer failover |
| System Uptime | Best-effort, no SLA | 99.99% contractual SLA with status transparency |
| Reconciliation Speed | T+1 spreadsheets | Real-time atomic 3-way matching |
| Security Compliance | Shared static API keys | mTLS, AES-256 at rest, PCI-DSS & ISO 27001 |
Every institution connects over mutually authenticated TLS 1.3 with certificate pinning and per-environment fingerprints.
Subscriber identifiers are tokenised on ingress; payloads and ledger entries are encrypted with rotating AES-256 keys.
Signed, append-only records for every leg of a purchase — exportable for dispute resolution and audit.
POST /v1/institution/airtime/purchase HTTP/1.1
Host: api.nexuscraft.co
Authorization: Bearer sk_live_••••••••••••
X-Client-Cert-Fingerprint: 9F:2C:1A:...:07
Content-Type: application/json
{
"institution_id": "bnk_first_digital",
"account_reference": "ACC-99201744",
"subscriber": "+2348021234567",
"operator_code": "MTN_NG",
"amount": 2000.00,
"currency": "NGN",
"idempotency_key": "req_01J9K4B2TC"
}HTTP/1.1 200 OK
x-nexuscraft-latency: 178ms
{
"status": "SUCCESS",
"transaction_id": "nxc_7ba0d31f92",
"routed_dealer": "dlr_alpha_mtn",
"operator_reference": "MTN-4471902288",
"settlement_state": "RECONCILED",
"latency_ms": 178
}