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.
Choosing your approach
| Scenario | Recommended approach |
|---|---|
| Normal operation | Use webhooks (callback_url) — faster, no polling overhead |
| Webhook not received | Poll Get Transaction |
| Debugging a specific payment | Get Transaction for full history |
| Recovery after your endpoint was down | Replay Callback |
| Displaying payment history for a player | List Player Transactions |
Recommendation
Always provide acallback_url in your deposit and withdrawal requests. Webhooks deliver results within seconds of the payment settling — polling introduces latency and unnecessary load.
If your callback endpoint is temporarily unavailable, winam-payments retries 3 times with exponential backoff. After all retries are exhausted, use Replay Callback to re-deliver the notification manually.
See Webhooks for payload format and signature verification.