Replay provider callback for a transaction
Transactions
Replay Callback
Manually re-fires the webhook for a completed transaction. Use for incident recovery when your callback_url was temporarily unavailable.
POST
Replay provider callback for a transaction
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.
When to use
Yourcallback_url returned a non-2XX response or timed out, and winam-payments exhausted its retry policy (3 attempts with exponential backoff). The transaction is already settled — you just didn’t receive the notification.
Call this endpoint to re-deliver the webhook to your callback_url. Your handler should be idempotent — it may receive the same winam_tx_id more than once.Authorizations
Path Parameters
Response
Successful Response