v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Webhooks

Replay webhook deliveries for an event

Queues one outbound replay delivery job per active webhook subscription for this account that subscribes to the event type of the given event_id (canonical envelope id; e.g. payment id for payment.completed, order id for transfer.completed, transfer.canceled, or transfer.failed). Requires Idempotency-Key. Payload is taken from webhook_event_payloads when present, otherwise rebuilt from domain data.

post/accounts/{account_id}/webhooks/events/{event_id}/resend

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

event_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Canonical webhook event id (envelope id; e.g. payment id for payment.completed, order id for transfer events)

Response

Accepted

jobIdsstring[] required

Oban job ids for scheduled replay deliveries (one per active subscription for the event type).

status'queued' required

Replay delivery jobs were accepted for processing.