Documentation Index
Fetch the complete documentation index at: https://docs.winampay.de/llms.txt
Use this file to discover all available pages before exploring further.
What is winam-payments?
winam-payments is a payment abstraction layer between your sportsbook or frontend platform and Mobile Money providers in Cameroon (MTN MoMo, Orange Money).What you need to implement
Initiate a payment
Call
POST /api/v1/deposits or POST /api/v1/withdrawals with your unique reference key.Expose a webhook endpoint
Provide a
callback_url that accepts POST JSON requests — this is where winam-payments sends the payment outcome.Base URLs
| Environment | URL |
|---|---|
| Production | https://payments.winam.cm |
| Development | http://localhost:8000 (docker-compose) |
End-to-end deposit flow
Quick links
Deposits
Initiate a Mobile Money deposit
Withdrawals
Initiate a Mobile Money withdrawal
Webhooks
Receive and verify payment notifications
State machine
Transaction lifecycle diagram