Retry Event
Redeliver an existing event to your webhook endpoints. The event is looked
up by ID; a 404 is returned if no matching event exists.
If a webhook_id is supplied in the body, the original event is redelivered
to that specific webhook endpoint and the stored event is
returned. If no body is supplied, the event is redelivered to all of your
configured webhook endpoints; in this mode only checkout.session.completed
events are supported — the checkout session is re-fetched with its related
objects expanded and a new event (with a fresh fevt_ id) is generated and
delivered.
Authorizations
Use a Bearer token to access this API.
Path Parameters
"fevt_01J9XR8M3K7VZ8N2YB4WJ6T0RA"
Body
An envelope wrapping a single event object.
An envelope wrapping a single event object.
The Event, or the request describing how to retry it.
Response
An envelope wrapping a single event object.
An envelope wrapping a single event object.
The Event, or the request describing how to retry it.