A modern, audited, idempotent gateway in front of the Tigo Partner Integration A2W API. Built for nakala.app and any system that needs to push money to subscribers reliably.
# single disbursement curl -X POST https://mixxpayment.nakala.app/api/v1/disburse \ -H "x-api-key: mp_xxxxx" \ -H "Content-Type: application/json" \ -d '{ "customer_msisdn": "255712345678", "amount": 1000, "sender_name": "Acme Corp", "external_reference": "INV-001" }'
Every feature you'd otherwise have to build yourself, audited and tested in front of the real Tigo gateway.
One API call for a single payout, or up to 1,000 items per batch with per-item attribution and idempotent retries.
Transient failures get retried with exponential backoff. HOLD (TXNSTATUS=100) is never silently retried — financial safety first.
HMAC-SHA256 signed event delivery with circuit breaker, SSRF guard, and a dead-letter queue. You verify the signature; we handle the retries.
Per-client and per-tenant amount caps, daily caps, MSISDN allow/deny patterns — enforced before a single byte hits Tigo.
Develop and QA your integration against deterministic mocked outcomes. No UAT credit consumption, full lifecycle including webhooks.
Immutable per-disbursement event log, real-time admin dashboard, per-client time-series, and full XML wire-body capture.