cURL
curl --request POST \ --url https://api.stablepay.global/v2/webhooks/{eventId}/retry \ --header 'Authorization: Bearer <token>'
Retry a failed webhook event
curl -X POST https://api.stablepay.global/v2/webhooks/evt_abc123/retry \ -H "Authorization: Bearer YOUR_API_KEY"
{ "success": true, "data": { "eventId": "evt_abc123", "status": "queued", "message": "Webhook queued for retry" } }