Resend a webhook delivery
Webhook Logs
Resend Webhook
Replays the stored payload of a previous delivery to your current webhook URL, re-signed with your current secret key. The payload is byte-identical to the original — deduplicate by event content, not by signature. Rate limited to 10 resends per minute.
POST
Resend a webhook delivery
Authorizations
Your public API key
Headers
Current Unix timestamp
Your public api key
Digest Auth Signature
Path Parameters
Your merchant id.
Webhook delivery id.
Response
The delivery after the resend attempt.
Payment the event belongs to.
Example:
"transaction_updated"
Webhook URL the delivery was sent to.
Available options:
success, failed, skipped Example:
200
Example:
1
Example:
184
The exact JSON payload string that was sent (and signed).
Body returned by your endpoint (truncated).