Unreleased
Breaking
- Removed
POST /api/v1/transactions/{id}/replay-callback. It conflated replaying an inbound provider callback with re-sending the outbound webhook. Replaced byPOST /api/v1/transactions/{id}/replay-webhook, which re-sends the outboundpayment.succeeded/payment.failednotification for a terminal transaction (does not change its state;409if non-terminal,400if nocallback_url).
Added
- Late deposit confirmation handling. A confirmation (operator SMS/USSD)
arriving after a deposit
expiredorfailedno longer auto-credits and is no longer silently dropped. The transaction moves torequires_manual_resolutionand is held for a Winam operator to confirm or reject. No webhook is sent until it resolves tosucceededorfailed. See State Machine.
Changed
- All API response messages are now in English (were previously French).
- Successful withdrawals settle to
succeededimmediately on USSD success —provider_submittedis now a transient step, not a waiting state. POST /depositsandPOST /withdrawalsnow validate the coherence between themsisdnprefix and theoperatorfield. A clear contradiction (e.g. a655…Orange number withoperator=mtn) is rejected with 422 before any USSD is sent. Cameroon prefixes — MTN:67x,68x,650-654· Orange:69x,655-659. Numbers with unknown prefixes are accepted as-is. UsePOST /msisdn/detectto pre-fill the right operator.
v0.1.0 — Initial release
Released: June 2026 (Coupe du Monde launch)Endpoints
POST /api/v1/deposits— Initiate Mobile Money deposits (MTN MoMo, Orange Money)POST /api/v1/withdrawals— Initiate withdrawals with manual operator approvalGET /api/v1/transactions/{id}— Get transaction stateGET /api/v1/players/{player_id}/transactions— List player transactionsPOST /api/v1/transactions/{id}/replay-webhook— Manual webhook re-delivery for recoveryGET /api/v1/{country}/providers— Provider catalogue with feesGET /api/v1/{country}/providers/status— Real-time provider healthPOST /api/v1/msisdn/detect— Operator detection from phone numberGET /api/v1/security/callback-public-key— Webhook signature public key
Providers
- MTN MoMo — via SIM gateway (primary) + Campay (backup)
- Orange Money — via SIM gateway (primary) + Campay (backup)
Countries
- CM (Cameroon)
Future releases will be documented here. For breaking changes, existing integrators will be notified at least 30 days in advance.

