Factuarea API

replay_delivery_not_retryable

Only failed deliveries can be replayed. A delivery that succeeded, or one still in flight, has nothing to resend.

CodeTypeHTTPCategory
replay_delivery_not_retryableinvalid_request_error422Webhooks

Cause

Only failed deliveries can be replayed. A delivery that succeeded, or one still in flight, has nothing to resend.

What to do

Read the status of the delivery: replay applies to failed ones; for a successful delivery, read the event again instead.

On this page