tokportal_retry_webhook_delivery
Retry a failed webhook delivery by resending the stored payload to the endpoint's current URL with a fresh signature header, preserving the event ID for idempotent processing.
Instructions
Retry a webhook delivery. Resends the stored webhook payload to the endpoint's current URL with a fresh TokPortal-Signature header. The event ID is preserved so receivers can keep idempotent processing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Webhook endpoint ID. | |
| delivery_id | Yes | Webhook delivery ID. | |
| idempotency_key | No | Optional Idempotency-Key header for safe retries. |