v50

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-169377194.1 KB
Tasks

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.

post/v1/tasks/parity-checker

Query parameters

start_idinteger

Charge/Refund ID (from database) to start with for parity checking. Defaults to 0

max_idinteger

Charge/Refund ID until which the records to be parity checked. If not provided, this is set to maximum ID available.

do_not_reprocess_valid_recordsboolean

Set to true to skip parity checking the records which were previously parity checked and matches with ledger transaction. Defaults to false

parity_check_statusstring

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

do_not_retry_emit_untilinteger

Duration (in seconds) until which emitted event sweeper should ignore retrying emitting events

record_type'charge' | 'refund'

Type of records (charge/refund) to be parity checked. Defaults to 'charge'

Response

OK