Webhooks
Resend Webhook
Resends the webhook for a specific invoice. Useful when the webhook was not received or delivery failed.
POST
The Bearer authentication token is required to access this endpoint.
Invoice (sale) ID for which the webhook will be resent.
Response
Confirmation message for the webhook resend.
Invoice ID for which the webhook was resent.
Resend status. Possible values: -
success: Webhook resent successfully -
pending: Resend in progressImportant Notes
When should you use this endpoint?
This endpoint is useful when:- The webhook was not received at the configured URL
- Webhook delivery failed (HTTP error other than 2xx)
- You need to reprocess a notification manually
- The automatic retry system failed to deliver the webhook
Retry Policy
The system attempts to resend webhooks automatically up to 3 times on failure. Use this endpoint when you need an additional manual resend.HTTP Status Codes
- 200: Webhook resent successfully
- 401: Missing or invalid authentication token
- 404: Invoice not found
- 500: Internal error while resending webhook