Universal Protocol Adapter
Converts proprietary MNO APIs (SOAP, Direct Socket) into standardized JSON/REST endpoints.
NexusCraft delivers enterprise Platform-as-a-Service infrastructure for airtime dealers. Translate legacy carrier protocols into high-speed REST APIs, bridge the gap to financial institution buyers, and eliminate daily reconciliation leakage.
SOAP / XML · Direct Socket
Normalization, routing, ledgering and settlement in a single stateless gateway.
REST / ISO 8583
Abstracting MNO protocol complexity so dealers can sell instantly to tier-1 financial buyers.
Converts proprietary MNO APIs (SOAP, Direct Socket) into standardized JSON/REST endpoints.
Automatic fallback routing across operator connections during carrier downtime.
Double-entry ledger cross-checking MNO balance logs against bank transaction records every second.
Native compliance with core banking systems and digital wallet top-up rails.
One REST contract for every carrier. Typed SDKs, idempotency keys, and predictable error envelopes — no per-MNO branching in your codebase.
Signed, retried, and ordered event streams for dispense, reversal and settlement events with sub-second median delivery.
Deterministic mock carriers replay timeouts, partial failures and reconciliation drift before a single naira moves in production.
POST /v1/airtime/dispense HTTP/1.1
Host: api.nexuscraft.co
Authorization: Bearer sk_live_••••••••••••
Content-Type: application/json
{
"dealer_id": "dlr_8f21c07a",
"subscriber": "+2348021234567",
"operator_code": "MTN_NG",
"amount": 5000.00,
"currency": "NGN",
"idempotency_key": "txn_01J9K2X7QZ"
}HTTP/1.1 200 OK
x-nexuscraft-latency: 184ms
{
"status": "SUCCESS",
"transaction_id": "nxc_5c19ab4e70",
"operator_reference": "MTN-9920174455",
"settled_amount": 5000.00,
"margin_earned": 212.50,
"ledger_state": "RECONCILED"
}