Parity check charges or refunds with ledger
Task to parity check charges or refunds with ledger for a given start_id and max_id range or by parity_check_status. Parity checker compares fields of ledger transaction to charge/refund record in connector. <br>When parity check fails, new events are emitted even when the events have been emitted previously. <br> Note: Task is executed in the background.
Query parameters
Charge/Refund ID (from database) to start with for parity checking. Defaults to 0
Charge/Refund ID until which the records to be parity checked. If not provided, this is set to maximum ID available.
Set to true to skip parity checking the records which were previously parity checked and matches with ledger transaction. Defaults to false
Parity check the records, which were parity checked and marked with parity_check_status. start_id and max_id are ignored if parity checking by parity check status
Duration (in seconds) until which emitted event sweeper should ignore retrying emitting events
Type of records (charge/refund) to be parity checked. Defaults to 'charge'
Response
OK