Tasks
Emit events for charges or refunds by date
Task to emit payment and refunds events for a given start_date and end_date range.<br>Historical event emitter by date task doesn't emit event, if event was emitted previously. To re-emit events, relevant emitted events records need to be cleared<br><br>Note: This task runs in the background.
post/v1/tasks/historical-event-emitter-by-date
Query parameters
start_datestring required
Start date of charge events or refund history events for which events to be emitted
end_datestring required
Date until which the events to be emitted
do_not_retry_emit_until_durationinteger
Duration (in seconds) until which emitted event sweeper should ignore retrying emitting events
Response
OK