curl --request POST \
--url https://dev.cashweb.cash/api/v1/partner/webhooks/events/{event_id}/replay \
--header 'X-API-KEY: <api-key>'{
"data": {
"aggregate_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"attempts": 2,
"event_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"event_type": "transaction.completed",
"publish_status": "pending",
"replay_scheduled_at": "2026-02-12T12:06:00Z"
},
"message": "Webhook replay scheduled",
"success": true
}Requeues an existing partner webhook event for redelivery without minting a new logical event id.
curl --request POST \
--url https://dev.cashweb.cash/api/v1/partner/webhooks/events/{event_id}/replay \
--header 'X-API-KEY: <api-key>'{
"data": {
"aggregate_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"attempts": 2,
"event_id": "01917f00-7b4c-7f56-8a2b-15998d58c9f3",
"event_type": "transaction.completed",
"publish_status": "pending",
"replay_scheduled_at": "2026-02-12T12:06:00Z"
},
"message": "Webhook replay scheduled",
"success": true
}Webhook event identifier
Webhook event replay scheduled
Standard API response wrapper for all successful responses