transaction.paid notification that your server failed to process due to a temporary outage or misconfiguration.
Endpoint
Authentication
All requests must include your secret API key in theX-Api-Key header.
Your CertoPay secret API key (e.g.
sk_live_sua_chave_aqui).Path Parameters
The unique UUID of the webhook delivery you want to retry. Retrieve this from the
deliveryId field in the GET /api/webhooks/deliveries response.Example Request
Response
200 — Success
A successful call confirms that the retry has been queued and the original event payload will be re-sent to your registered webhook URL.Response Fields
true when the retry was accepted and queued for delivery.The UUID of the delivery record that was queued for retry.
A human-readable confirmation message.
To find the
deliveryId for a failed delivery, call GET /api/webhooks/deliveries and filter by status=FAILED. Copy the deliveryId from any delivery you want to retry and pass it as the path parameter to this endpoint.