This endpoint allows you to resend webhook notifications in bulk for payout transactions within a specified time window.
It dispatches an asynchronous job and returns a job_id that can be used to track progress via the Job Status endpoint.
The time range is limited to a maximum of 3 hours between start_time and end_time.
Only one resend job can run at a time per merchant and start time. If a job is already running for the same merchant and start time, the request will return 409 Conflict.
End of the time range for filtering payout transactions. Must be after start_time.Maximum range: 3 hours from start_time.Format: YYYY-MM-DD HH:MM:SSExample: "2026-03-24 11:00:00"
Optional list of status IDs to filter which payout transactions will have notifications resent.If omitted, all notifiable statuses are included.Notifiable status IDs:
When true, the job is not dispatched. Instead, only the count of matching transactions is returned.Useful for estimating volume before triggering the actual resend.Default: false