Reconciliation
Start reconciliation
Start a batch reconciliation run with the Python SDK.
POST
Start reconciliation
Use
blnk.reconciliation.run to start batch reconciliation.
Call the method
blnk.reconciliation.run
| Field | Type | Description |
|---|---|---|
upload_id | str | Upload ID returned by blnk.reconciliation.upload. |
strategy | str | Match strategy: one_to_one, one_to_many, or many_to_one. |
dry_run | bool | Set True to test without writing results to the ledger. |
grouping_criteria | str | Field used to group records, for example reference. |
matching_rule_ids | string[] | IDs of the matching rules to apply. |
Save the reconciliation ID
Use
response.data["reconciliation_id"] with blnk.reconciliation.get to poll status and match counts.Related docs
How reconciliation works
Batch and instant reconciliation workflows.
Start reconciliation
HTTP request and response schema.