Skip to main content

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

ScenarioRecommended approach
Normal operationUse webhooks (callback_url) — faster, no polling overhead
Webhook not receivedPoll Get Transaction
Debugging a specific paymentGet Transaction for full history
Recovery after your endpoint was downReplay Callback
Displaying payment history for a playerList Player Transactions

Recommendation

Always provide a callback_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.